Thank you Miles :) I did learn about that - LOL
All fixed now!

Marie  ~aka~  Vanille
About Certified XHTML Developer - Level 1
Vanille's Place - http://marie-str.com
Technicolour Rainbow - http://techrain.ca
the FlipSide - http://the-flipside.com




Because you've declared XHTML doctype for your page (see first line of your
code) you need to use parameter="value" pairs in all cases.

So for valid XHTML you'd need

<option value="#" selected="selected">Select a page</option>

For more XHTML syntax rules see
http://www.w3schools.com/xhtml/xhtml_syntax.asp

If you don't really need to use XHTML then just use HTML doctype and you
won't need the pairs.

HTH.

*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
***************************************************** 

Reply via email to