Re: <p> ... </p>

At 4:31a 12/19/95, Scott Nelson wrote:
>This is very confusing to me, sorry.
>
>If I write:
>    <P ALIGN=CENTER>
>         This is the first paragraph.
>    <P>
>         This is the second.
>    </P>
>
>Is the second paragraph centered?


What Abigail said. I had discovered the need for successive <p align=center>s
when I did my r&eacute;sum&eacute; ( ;) ) in HTML (q.v.).

If you need line breaks within a <p align=whatever></p>, then you must use
<br> instead of <p>. I think I did this in my resume too.


-Walter

__________________________________________________________________________
    Walter Ian Kaye <boo@best.com>       | Excel | FoxPro | AppleScript |
          Mountain View, CA              |--------- programmer ---------|
 http://www.natural-innovations.com/     |   Macintosh    |   Windows   |

Received on Tuesday, 19 December 1995 16:58:57 UTC