Posted by Toby Inkster on 10/10/06 08:39
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>?
Note the difference in rendering between:
<p>text <img></p>
and
<p>text</p> <img>
Also, note that "</p>" is an optional tag. So which of the two examples
above do you think is equivalent to:
<p>text <img>
?
It's the first one.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Navigation:
[Reply to this message]
|