I received the same error from the HTML validator in the two examples below. How do I correct for it. Should I start with a new body tag for each of the tags causing the errors?
Thanks,
wickham26
<center><table>
^Error: element "CENTER" not allowed here; possible cause is an inline element containing a block-level element
<blockquote>Tibby's breed is that of a hunter of sponges.
^Error: element "BLOCKQUOTE" not allowed here; possible cause is an inline element containing a block-level element
Thanks,
wickham26
<center><table>
^Error: element "CENTER" not allowed here; possible cause is an inline element containing a block-level element
<blockquote>Tibby's breed is that of a hunter of sponges.
^Error: element "BLOCKQUOTE" not allowed here; possible cause is an inline element containing a block-level element