Slightly Moving Text Down...

1957Goldtop / 2013-07-30 00:45:47   

THis is for the older version.

I added an href link to some text and now the formatting is off. On this page:
jeffsingerphotography.com/info/about/

I added the link to the "gallery stock" text. Without the link the "stock representation" is not cut off but with the link it is cut off. How can I either keep the text from getting cut off or nudge the "gallery stock" down just a bit? Adding a
pushes it down too much.

Here is the code for that little section:
STOCK REPRESENTATION:

gallerystock.com/…" target="_blank" >gallery stock.

Thanks!
1957Goldtop / 2013-07-30 00:47:00   
  1. sorry, here is the code
  2. STOCK REPRESENTATION:
  3. <div id="stocklogo">
  4. <a href="gallerystock.com/…;
  5. </div>

BTW, the preview button on the forum isn't working and neither are the "insert" links (hence the error in the last message).

1957Goldtop / 2013-07-30 00:48:09   

Uh, that didn't work either. Wish I could edit these posts.

Vaska A / 2013-07-30 00:56:27   

padding and/or margin on the link.

searching google with "css margin" will get you billions of tutorials on the subject.

  1. margin: 10px 0 0 0;
1957Goldtop / 2013-07-30 00:58:04   

Sorry, but not an html/css person... How would I do that?

arsondpi / 2013-07-30 07:00:09   

As Vaska suggested search css margin on the web.
In this case you can apply inline css thus you could search for "css margin inline"

This thread has been closed, thank you.