• When using images with your links, how do you go about aligning the description to the top of the image? Right now I just have a line break. Are there modifications that need to be made to links.php?

    See the consume section in my sidebar:
    https://www.jump-punch.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • The page timed out so I couldn’t see your problem ??

    Ditto here. I couldn’t even check it in the validator – it timed out when trying to see it too.

    Thread Starter jaredcunha

    (@jaredcunha)

    It’s working now, I too was having a few problems earlier today.

    Okay, if you’re talking about something like the amazon links in the right sidebar? Add a class to your “imag” tag…like “<img class="left" src="image.gif" />

    Then in your CSS:

    img.left { float:left, margin:0 10px 10px 0;}

    Hopefully that’s what you’re talking about ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Links with Images – Aligning the description’ is closed to new replies.