|
Hi all,
Why am I losing the paragraph style when the first element in the paragraph is an image file?
For example, the style specifies
P {font: 9pt Verdana, Helvetica, sans-serif; margin-left: 5%; color: white; margin-right: 10%}
But when the first paragraph on the page begins
<p><img src="images/arrow.gif">Latest news ...
everything is jammed up against the left-hand margin, as though the margin-left attribute has been cancelled out -- and not just for this paragraph, but all following, including those which don't begin with an image.
And this is only with IE6 -- Firefox 1.5 retains the formatting.
Must be a simple solution, but can't figure it out.
|