View Single Post
Old 11-04-2008, 13:45   #1 (permalink)
mohalfares
Registered User
 
Join Date: Apr 2008
Posts: 2
floating images with <il>

Guys,

I'm trying to let the image appear within the paragraph, so I used this:

PHP Code:
img.floatLeft 
    
floatleft;
    
margin0 0 10px 10px;
    
padding2px;


When I call the image with the class floatLeft in a normal paragraph, everything goes just fine. The problem is when I call it in a paragraph where an <il> tag is there, then the points inside the <il> goes extremely right!

Am I missing something? please let me know

Thanks
  Reply With Quote