- From: Windows-world <windows-world@wanadoo.fr>
- Date: Fri, 30 Jun 2006 14:59:35 +0200
- To: <html-tidy@w3.org>
Received on Friday, 30 June 2006 13:01:28 UTC
Hi Bruce, If you want to place an empty body , you can use the character " ". This charater is egal to a "space" character, and looks like empty as you want. That gives : <html> <body> <br> select a value: <select name="test0"> <option value="" selected> </option> <option value="one">1</option> <option value="two">2</option> </select> <br> </body> </html> Regards, Jonathan. ------------------------------- website: http://www.jouer-gratuit.net email: windows-world@wanadoo.fr
Received on Friday, 30 June 2006 13:01:28 UTC