Re: Tidy strips <center> tags within <p> tags
"Richard A. O'Keefe" <[email protected]>
| Newsgroups | gmane.comp.web.html-tidy.user |
|---|---|
| Message-ID | <[email protected]> |
Cory Nelson (hope I've got that right) wrote: vvvvvvvvvv > <center> is not valid within <p>. ^^^^^^^^^^ "Fred Bone" <[email protected]> replied: <center> *is* valid for (X)HTML Transitional, ... Valid, yes. But not valid within <p>. <p> may only contain %inline content, and <center> is %block level content, NOT %inline content.