Re: CENTER element

Kee Hinckley (nazgul@wraith.utopia.com)
Mon, 31 Oct 94 10:42:32 EST


----- Transcript of session follows -----
While talking to www0.cern.ch:
>>> MAIL From:<nazgul@wraith.utopia.com>
<<< 554 buildaddr: no host
>>> QUIT
<<< 554 buildaddr: no host
554 <www-talk@www0.cern.ch>... Remote protocol error

----- Unsent message follows -----
Received: from utopia.utopia.com.utopia.com by wraith.utopia.com (4.0/SONY-4.0MX)
id AA27690; Fri, 28 Oct 94 13:18:54 EDT
Return-Path: <nazgul@wraith.utopia.com>
Received: by utopia.utopia.com.utopia.com (4.1/ASI-1.0)
id AA06267; Fri, 28 Oct 94 13:22:46 EDT
Date: Fri, 28 Oct 94 13:22:46 EDT
From: nazgul@wraith.utopia.com (Kee Hinckley)
Message-Id: <9410281722.AA06267@utopia.utopia.com.utopia.com>
To: jenglish@crl.com, www-talk@www0.cern.ch
Subject: Re: CENTER element [Was: Netscape & New HTML]

Someone point me at a spec that answers this if there is one.

If <p> is a container. Where is it legal?

How about (indented for slightly better readability):

<p>I'd like to do two things:
<ul>
<li>First, nothing
<li>Then
<p>Go to the store</p>
<p>Come back from the store</p>
</ul>
</p>

Or my nemesis:

<ul>
<li><p>This is paragraph one</p>
<p>This is paragraph two</p>
<li>And this is list two
</ul>

Or:

<ul>
<p><li>This is a list paragraph?</p>
<li>And this is list two
</ul>

And of course, what do they all mean?