View Single Post
  #2 (permalink)  
Old 04-12-04
Retail-Therapy's Avatar
Retail-Therapy Retail-Therapy is offline
Can't Touch This
 
Join Date: May 2004
Location: КРОМИДОВО
Posts: 321
Thanks: 3
Thanked 0 Times in 0 Posts
Retail-Therapy is an unknown quantity at this point
A couple of css classes for imageleft and imageright

PHP Code:

.imageleft {
    
floatleft;
    
positionrelative;
}


.
imageright {
    
floatright;
    
positionrelative;
}

use 
them before the text you want to wrap :

<
p><img src="image.jpg" alt="" class="imageleft">burble burble on and on</p
Tony
Reply With Quote