Hello moderator, Can we please lock this thread? This thread has been going on far too long. I'd say borderline trolling. This is getting really annoying.
We can't teach bghost all the basics in this one long thread. bghost, if you still think you know what you're talking about, I dare you to post your real name / website / company name. Also bghost, Imagine if someone comes to you and tell you that HTML syntax is stupid, what's with all the tags (< and >), why can't we just use plain English text. That would be what I feel about your posts here. Please spend more time learning or find other career/job. On Fri, Sep 25, 2009 at 12:52 PM, Jeremy Thomerson <[email protected]> wrote: > I've avoided responding on this thread to this point because your rude > foul-mouthed criticism is ridiculously ignorant and malicious. But, since > you once again call all developers here stupid, please be quickly proven > wrong by reading the "INTRODUCTION TO TABLES" by the W3C. If you don't know > who the W3C is, please try to do a little research. > > http://www.w3.org/TR/html401/struct/tables.html#h-11.1 > > Jeremy > > On Thu, Sep 24, 2009 at 7:27 PM, bghost <[email protected]> wrote: >> >> Ok Eno, >> >> I visited that link and I did not thrilled because I found something >> wrong again: >> >> <form action="/frontend_dev.php/contact/submit" method="POST"> >> <table> >> >> <!-- Beginning of generated code by <?php echo $form ?> >> --> >> <tr> >> <th><label for="name">Name</label></th> >> <td><input type="text" name="name" id="name" /></td> >> </tr> >> <tr> >> <th><label for="email">Email</label></th> >> <td><input type="text" name="email" id="email" /></td> >> </tr> >> <tr> >> <th><label for="message">Message</label></th> >> <td><textarea rows="4" cols="30" name="message" id="message"></ >> textarea></td> >> </tr> >> <!-- End of generated code by <?php echo $form ?> >> --> >> >> <tr> >> <td colspan="2"> >> <input type="submit" /> >> </td> >> </tr> >> </table> >> </form> >> >> So, what is the problem here: >> >> <th> tag within the HTML table should never be used >> outside <thead> </thead>, because each web browser >> could interpreted this in different ways! Now I understand >> better why most of you loves the Symfony Form >> framework - most obviously does not even basic >> knowledge of the HTML. >> >> WBR, >> Ghost3D >> >> >> On Sep 25, 12:11 am, Eno <[email protected]> wrote: >> > On Thu, 24 Sep 2009, bghost wrote: >> > > This is bad formatted HTML - where is <table> tag? Using <tr>, <th> >> > > and <td> without table - terrible ! >> > >> > As the example in the docs show, *you* must supply that: >> > >> > http://www.symfony-project.org/forms/1_2/en/01-Form-Creation#chapter_... >> > >> > -- >> > > > > > -- Blue Horn Ltd - System Development http://bluehorn.co.nz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
