Not sure if you have to put POST in quotes... try it, it might work!
Lee Howard
Caruso Nicholas L wrote: > I'm getting this error when I attempt to validate my html page for the Astrological Sign challenge: > > "Line 17, Column 75: value of attribute "method" cannot be "POST"; must be one of "get", "post". > > …dyvybes.nfshost.com/sign.php" method="POST" > > > The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the "selected" attribute must be either minimized as "selected" or spelled out in full as "selected="selected""; a value like "selected="true"" is not allowed." > > I re-checked the book, and I've typed exactly what they told me to...which was the following: > > "<form action="http://rocksteadyvybes.nfshost.com/sign.php" method="POST" >" > > I'm not exactly sure why I'm getting the error. I have the proper closing too. Anyone have any ideas?
Lee Howard
Caruso Nicholas L wrote:
> I'm getting this error when I attempt to validate my html page for the Astrological Sign challenge:
>
> "Line 17, Column 75: value of attribute "method" cannot be "POST"; must be one of "get", "post".
>
> …dyvybes.nfshost.com/sign.php" method="POST" >
>
> The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the "selected" attribute must be either minimized as "selected" or spelled out in full as "selected="selected""; a value like "selected="true"" is not allowed."
>
> I re-checked the book, and I've typed exactly what they told me to...which was the following:
>
> "<form action="http://rocksteadyvybes.nfshost.com/sign.php" method="POST" >"
>
> I'm not exactly sure why I'm getting the error. I have the proper closing too. Anyone have any ideas?