No, the problem is still not fixed.
If I add all the necessary HTML tags (html, doctype, etc...) I get a
valid XHTML 1.0 strict document, with no output rendered to Firefox.
This document was successfully checked as XHTML 1.0 Strict! (http://
validator.w3.org/check)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /
>
<title>CakePHP</title>
</head>
<body>
<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>
On Nov 11, 10:14 am, "Marcelo Andrade" <[EMAIL PROTECTED]> wrote:
> 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
> athttp://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] ~]# linkshttp://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
-~----------~----~----~----~------~----~------~--~---