On Tue, Nov 11, 2008 at 11:31 AM, jm <[EMAIL PROTECTED]> wrote: > > The label is not closed? Where are you seeing this?
I validate the html code of your previous message by direct input at http://validator.w3.org. > If I view this HTML in Firefox, it renders just fine. So, the problem was solved? On Mon, Nov 10, 2008 at 7:27 PM, jm <[EMAIL PROTECTED]> wrote: > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml"> > > <head> > <title>Articles</title> > </head> > > <body> > > <h1>Add Article</h1> > <form id="ArticleAddForm" method="post" action="/cake/articles/ > add"><fieldset style="display:none;"><input type="hidden" > name="_method" value="POST" /></fieldset><div class="input > text"><label for="ArticleTitle">Title</label><input name="data[Article] > [title]" type="text" maxlength="255" value="" id="ArticleTitle" /></ > div><div class="input textarea"><label for="ArticleBody">Body</ > label><textarea name="data[Article][body]" cols="30" rows="3" > id="ArticleBody" ></textarea></div><div class="submit"><input > type="submit" value="Save Post" /></div></form> > > </body> > </html> -- MARCELO DE F. ANDRADE (aka "eleKtron") Belem, PA, Amazonia, Brazil Linux User #221105 [EMAIL PROTECTED] ~]# links http://pa.slackwarebrasil.org/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
