Well I've tried both align and float: left, seems to have the same effect. The holly hack is hidden from Mozilla and Mac IE.
Here's my container DIV
Code:
#main .content
{
font-size: 12px;
padding: 4px;
color: #000000;
margin: 2px;
}
/* Hides from IE-mac \*/
* html #main .content {height: 1%;}
/* End hide from IE-mac */
and in the <div> I have
Code:
<img src="image.gif" align="left" hspace="5" />one line of text
btw thanks Paul, you are a relentless poster and helper. You could compile all your fixes here and make a book
Bookmarks