
Need a simple HTML code temple where I can insert a 67X67 Image the a Headline, then Copy, then a Link.
There must be a better way by using "div" "Float" and such like so that i can just insert my Image link to the SRC and just the replace the headline and copy each time i want to change it.
Can someone take a look..
The below code will not keep the Image to the left and then the headline to right as in the image above.
<li><a href="http://www.domain.net/" ><img width="67" height="67" src="http://i33.tinypic.com/5dugxt.png" /></a>
<div>
<a href="http://www.domain.net" >Headline Link</a> <BR>Ad Copy.<BR><a href="http://www.domain.net/">» More from Domain.com</a></div></li>
PS: I can manage the dotted underlines. I just can't figure out how to allign the thumbnail and the copy.