Sent by aardvark on 15 February 2002 09:09
pull the <ul> out of the <p>, and class it instead of the now-
missing <p>... a <div> is completely unnecessary here...
read through the specs on the use of <ul>, <li>, and <p>, and it
should be come clear...
> From: jeff kiesel [EMAIL-REMOVED]>
>
> maybe try losing the p tag and using a div instead?
[...]
> > <p class="answers">
> >
> > <ul>
> > <li>Westminster Confession of Faith (1647)</li>
> > <li>American Westminster Confession of Faith
> > (1788)</li>
> > </ul>
> >
> > </p>
> >
> > W3C validation error message is:
[...]