Click to See Complete Forum and Search --> : Image near Table


embrace
11-15-2007, 02:48 AM
Hello!

I need to put an image to the left of a table.

In normal conditions I would create a table and insert the image in a td and the table in an other, but in this case i'm modifying a CMS layout and i can not modify the html structure.

I tried simply giving to the image the align="left" but this works only in gecko browsers (ff) and not in DOM (IE). I also tried with vspace="0" but i got no result.

What should I do?

Fang
11-15-2007, 05:03 AM
img {float:left:}