Toward a more standards compliant Internet Explorer : Comments
February 6, 2003
Comments
It seems that you could easily solve this problem using a container <div> set at whatever width you want the <p> to be:
<body>
<div style=“width:60%”>
<img style=“float: left; width: 200px;”
src=“logo.gif” alt=“logo”>
This works in IE6, but I haven’t tested it in IE 5 or 5.5.
Patrick

You can use this
feed to keep up with the comments made on this article.