![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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/ |
#3
| |||
| |||
|
|
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/ |
![]() |
| Thread Tools | |
| Display Modes | |
| |