View Single Post
  #5 (permalink)  
Old Dec 1st, 2005, 21:23
herkalees's Avatar
herkalees herkalees is offline
Highly Reputable Member
Join Date: Jul 2005
Location: Massachusetts, USA
Age: 87
Posts: 576
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Converting Tables to CSS Div

Here is a snippet of each row:

<p class="nicerow">
<img src="yourimage.jpg" />
Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.
</p>

CSS:
.nicerow img {float:left; margin: 0 15px 15px 0;}


Should be it.
Reply With Quote