HighDots Forums  

Help validating form in HTML

Websites/HTML pages critique & reviews Discuss and review existing WWW material (alt.html.critique)


Discuss Help validating form in HTML in the Websites/HTML pages critique & reviews forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Brent Atkerson
 
Posts: n/a

Default Help validating form in HTML - 11-28-2005 , 10:28 AM






I am having a hard time getting
http://www.anrodscreen.com/testsatisfaction.shtml to validate. Would
someone like to take a look at it and maybe give me a couple of pointers? I
am NOT an HTML guru but am trying to learn. I just plain don't understand
what the validation site is telling me...

Thanks,
--
Brent Atkerson
Anrod Screen Cylinder Co.
www.anrodscreen.com




Reply With Quote
  #2  
Old   
Brent Atkerson
 
Posts: n/a

Default Re: Help validating form in HTML - 11-28-2005 , 11:23 AM






Yes, I agree. Your opinions are correct, except for the "you". I am using
Front Page, I know, not good, but I am trying to learn by working in the
HTML view of the program. So, "I" did not put that in there, Front Page did
it. I will try your suggestions (that is how I was interpreting the
validation site too).
Thanks, Brent.

--
Brent Atkerson
Anrod Screen Cylinder Co.
www.anrodscreen.com


"Safalra" <usenet (AT) safalra (DOT) com> wrote

Quote:
On Mon, 28 Nov 2005 10:28:07 -0500, Brent Atkerson wrote:
I am having a hard time getting
http://www.anrodscreen.com/testsatisfaction.shtml to validate. Would
someone like to take a look at it and maybe give me a couple of pointers?
I
am NOT an HTML guru but am trying to learn. I just plain don't
understand
what the validation site is telling me...

You've placed a form inside an anchor, which makes no sense. Change:

a name="form" id="form"
form action="/cgi-bin/FormMail.pl" method="post"

To:

form id="form" action="/cgi-bin/FormMail.pl" method="post"

You've made dozens of other mistakes involving anchors. If you want to
able
to link to a particular point on the page, set the 'id' attribute on an
appropriate element (as demonstrated above), instead of using an anchor.
You're also using the same anchor name ('form') in several places, which
doesn't make sense either.

--
Safalra (Stephen Morley)
http://www.safalra.com/hypertext/



Reply With Quote
  #3  
Old   
Brent Atkerson
 
Posts: n/a

Default Re: Help validating form in HTML - 11-28-2005 , 11:28 AM



AWESOME. I got it. I tried making some of those changes previously but
every time I did a change and revalidated, I ended up with more errors than
I started with so I would always undo it... I have it now, thank you very
much!!!

--
Brent Atkerson
Anrod Screen Cylinder Co.
www.anrodscreen.com


"Safalra" <usenet (AT) safalra (DOT) com> wrote

Quote:
On Mon, 28 Nov 2005 10:28:07 -0500, Brent Atkerson wrote:
I am having a hard time getting
http://www.anrodscreen.com/testsatisfaction.shtml to validate. Would
someone like to take a look at it and maybe give me a couple of pointers?
I
am NOT an HTML guru but am trying to learn. I just plain don't
understand
what the validation site is telling me...

You've placed a form inside an anchor, which makes no sense. Change:

a name="form" id="form"
form action="/cgi-bin/FormMail.pl" method="post"

To:

form id="form" action="/cgi-bin/FormMail.pl" method="post"

You've made dozens of other mistakes involving anchors. If you want to
able
to link to a particular point on the page, set the 'id' attribute on an
appropriate element (as demonstrated above), instead of using an anchor.
You're also using the same anchor name ('form') in several places, which
doesn't make sense either.

--
Safalra (Stephen Morley)
http://www.safalra.com/hypertext/



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.