- From: david sutherland <david@ambidextro.com>
- Date: Sat, 7 Feb 2004 17:35:08 -0700
- To: <html-tidy@w3.org>
- Message-ID: <010801c3eddb$698069f0$e732e994@D636G911>
this is how it looked before: <input type="hidden" name="recipient" value="formtest@iohio.org"> <input type="hidden" name="redirect" value="http://www.equis-o.com/confirmacionencuesta.htm"> <input type="hidden" name="subject" value="Form"> <input type="hidden" name="sort"value="order:> <input type="hidden" name="print_blank_fields" value="1"> <input type="hidden" name="print_config" value="email"> and now it's like this: <form><input type="hidden" name="recipient" value= "formtest@iohio.org"> <input type="hidden" name="redirect" value= "http://www.equis-o.com/confirmacionencuesta.htm"> <input type= "hidden" name="subject" value="Form"> <input type="hidden" name= "sort" value= "order:name,address,city,state,zip,telephone,fax,email,occupation,institutio n"> <input type="hidden" name="print_blank_fields" value="1"> <input type="hidden" name="print_config" value="email"> </form> which is more difficult to understand, at least for me, so... why does TIDY make the code untidier?
Received on Saturday, 7 February 2004 19:01:35 UTC