[thelist] easy stupid CSS/HTML question

Casey aspnet at thecrookstons.com
Fri Feb 10 12:03:18 CST 2006


I'm stumped on a simple one.  Take a look at: 
http://www.acrec.com/portaldisplay.asp but
make sure you are in IE.  Notice how the page bleeds way out to the left and
forces the user to scroll? Here's the culprit:

<td>
         <img src="graphics/free.jpg" width="224" height="176" align="left">
         <div><i>High-Speed<br>Any Place!</i></div>
         <div>Tell your family &amp; friends about WildBlue.</div>
</td>

If I remove the align="left" from the image tag, then the entire page fits
on the screen.  I also tried putting the image and the text into their own
table.  No good. I've been trying to use CSS, but I can't seem to figure out
how to make text align to the right of an image.

I hate IE.  Any ideas?

Casey 




More information about the thelist mailing list