|
Posted by Andy Dingley on 10/09/06 15:12
Jim Scott wrote:
> On my site, which is almost all pictures with text, using <br> avoids a space
> appearing between the text and the picture or is that because I use </p>?
What's a "space" ? Sounds like a presentation issue, in which case
don't worry about it in the HTML, leave it to the CSS.
If you <img> is part of the same para as the text, then use <br>
between them.
If your test is a separate paragraph beneath the image (or above, or
alongside it) then use <p>...</p> and put the <img> elsewhere.
[Back to original message]
|