myatia
Programmer
- Nov 21, 2002
- 232
Hi,
I just want text to wrap around an image in a normal fashion. The text wraps normally around in image in IE5+, NN6+, but not NN4.7. In NN4.7, the text begins on the right hand side of the image; however, at the bottom of the image, the text does not wrap back to the left margin, like in this diagram:
[IMAGE] -----
[IMAGE] -----
-----
-----
My code is at the bottom. Any suggestions you might have would be greatly appreciated.
Misty
================== STYLESHEET ============
================== HTML =======================
I just want text to wrap around an image in a normal fashion. The text wraps normally around in image in IE5+, NN6+, but not NN4.7. In NN4.7, the text begins on the right hand side of the image; however, at the bottom of the image, the text does not wrap back to the left margin, like in this diagram:
[IMAGE] -----
[IMAGE] -----
-----
-----
My code is at the bottom. Any suggestions you might have would be greatly appreciated.
Misty
================== STYLESHEET ============
Code:
P {
font-size: 0.9em;
color:333366;
margin-left:20px;
margin-right:40px;
font-family:Arial,sans-serif;
}
P.Branding {
text-align: justify;
margin-left:5px;
margin-right:40px;
margin-top:0em;
margin-bottom:0.5em;
line-height:1.6em;
}
H4.Products {
font-size: 1.3em;
margin-bottom:0px;
margin-left:20px;
font-variant:small-caps;
}
================== HTML =======================
Code:
<H4 CLASS="Products">
<IMG SRC="kowalski.jpg" width="91" height="125" border="0" ALIGN="left" alt="Dr Robert E. Kowalski">Robert E. Kowalski</H4>
<p CLASS="Branding">Robert E. Kowalski has been a medical journalist for more than 35 years....<p>