This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Site Ratings & Reviews > November 2005 > Help validating form in HTML
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Help validating form in HTML
|
|
| Brent Atkerson 2005-11-28, 7:04 pm |
| 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
| |
| Safalra 2005-11-28, 7:04 pm |
| 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/
| |
| Brent Atkerson 2005-11-28, 7:04 pm |
| 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@safalra.com> wrote in message
news:npq3ea4yqyez.1y1oj3ibywmnb.dlg@40tude.net...
> On Mon, 28 Nov 2005 10:28:07 -0500, Brent Atkerson wrote:
>
> 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/
| |
| Brent Atkerson 2005-11-28, 7:04 pm |
| 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@safalra.com> wrote in message
news:npq3ea4yqyez.1y1oj3ibywmnb.dlg@40tude.net...
> On Mon, 28 Nov 2005 10:28:07 -0500, Brent Atkerson wrote:
>
> 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/
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|