Jump to content

Text and Image aligning.


curbspaget

Recommended Posts

EDIT: I actually can't do that, it makes my XHTML not valid. :) Any other way to do this?Alright, thanks! I didn't know there was an attribute for <img> that would change this. The only problem is this effects just one line, if you look at my example, I want both lines just like the properly aligned one is.
Link to comment
Share on other sites

in your csschange this:.toptitle { border-bottom: 3px dotted #333333; letter-spacing: 8px; margin-left: 15%; text-align: center; }to:.toptitle { border-bottom: 3px dotted #333333; letter-spacing: 8px; margin-left: 15px; text-align: center; }

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...