2008/12/5 Patrick Doyle <[EMAIL PROTECTED]>: > what would be the good habit I would want use instead?
Short answer: <script type="text/javascript"> Longer answer: read the spec -- that is, develop the habit of looking up the tags you're using rather than relying on potentially incorrect or out-of-date online references -- <http://www.w3.org/TR/html401/> Running your pages through the W3C validator will also point out problematic markup, and frequently prevent a lot of styling and JS headaches. FWIW, -- Hassan Schroeder ------------------------ [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

