Forum Moderators: not2easy
My image uses the class alignright or alignleft for the different floats, and this is the CSS code:
img.alignright {padding:4px; margin:0 0 2px 7px; display:inline;}
img.alignleft {padding:4px; margin:0 7px 2px 0; display:inline;}
The text is always pushed below the image instead of wrapping around it. Is there a problem with this code or where else might the problem be?