Help Text Wrap Issue under image
i apologize if has been answered in forums. scoured them (and web) , never found answer. tried few different options online , none seemed work. coding first more advanced website.
simply put, using php bring info sql database brings , image, , text.
the image floated left <p> text floats on right of it.
text wraps beautifully until image on left ends, @ point text starts wrapping under image.
what css trick stop this? tried "nowrap" doesn't work because want text wrap until end of picture.
thanks input in advance! below core of html , css.
html:
<div class="article">
<a href="#"><img src="images/img4.png" width="139" height="133" alt="desc here"/></a>
<p>this text don't want wrap under image in event text extends past 133 pixels down page does</p>
css:
.article img {float:left;}
add bottom margin image. or put text floated container aligns want it.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment