Hi!
Have a long text that wraps around a picture and. Wants to get picture text right under the picture. How can I do this? Here is my code:
<HTML><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>IE/Win: problem with float + clear on the same element</title>
<style type="text/css">
body {
background-color: #fff;
color: #000;
}
.b2 {
float: left;
width: 50%;
background-color: #aaf;
clear: left;
}
</style>
</head>
<BODY text=black leftmargin=5 rightmargin=400>
<TABLE><TBODY>
<TR><TD width=500>
<IMG src=https://obos1.obos.no/usikret/presse/DSCN1183.jpg hspace=4 vspace=4 width=250 align=right alt=Bildetekst>
</IMG>
<div class="b2" id="test" style="width:250px;visibility:visible;color: red;" align="left">picturetext</div>
<FONT face=arial size=2>this is an
test text<BR><BR></FONT>
</TD></TR>
</TBODY></TABLE>
</BODY></HTML>
Best regards Age