Quote:
Originally Posted by Cole2026
Shouldn't you use:
HTML Code:
<param name="menu" value="false">
Because I believe that the caps and the absense of quotes sets the page to validate invalid xhtml.
|
I don't know if that matters much, since v3arcade has over 100 XHTML errors.
But anyways, if you want it valid XHTML it should be self closing.
HTML Code:
<param name="menu" value="false" />