Guys,
I'm trying to let the image appear within the paragraph, so I used this:
PHP Code:
img.floatLeft {
float: left;
margin: 0 0 10px 10px;
padding: 2px;
}
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