grabmail
06-08-2006, 09:06 PM
My page validates XHTML 1.0 Strict.
But when i check using the HTML Tidy extension in Firefox.
It does not allow <p></p> empty tags
I'm using it for vertical spacing.
what is an alternative to it?
<div style="padding:10px"></div>
That's just so dumb to me, even though it's semantically correct. Compare that length to <p></p>
Should i ignore html tidy?
But when i check using the HTML Tidy extension in Firefox.
It does not allow <p></p> empty tags
I'm using it for vertical spacing.
what is an alternative to it?
<div style="padding:10px"></div>
That's just so dumb to me, even though it's semantically correct. Compare that length to <p></p>
Should i ignore html tidy?
