| Welcome to Webforumz.com. |
|
Oct 7th, 2007, 23:02
|
#1 (permalink)
|
|
Administrator
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 4,102
|
Can someone make sense of these validation errors?
__________________
Languages: PHP, mySQL (queries), C#, (X)html, CSS, JS.
|
|
|
Oct 8th, 2007, 09:21
|
#2 (permalink)
|
|
Moderator
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,157
|
Re: Can someone make sense of these validation errors?
You can't put a <form> inside a <table> (at least, not without a <tr> and <td>!). Delete the <table>.
You have used "smart quotes" -- the curly, typographically correct ones -- to quote attribute values. Nasty. Use the basic " instead. This is probably a copy&paste error from MS Word or similar.
<u> is deprecated. Use CSS text-decoration: underline instead.
Close all your tags! You're even missing </body> and </html>.
Now some general advice: don't save up errors like this; deal with them as soon as they occur, and it will be easier. Get HTML validator for Firefox.
Last edited by MikeHopley; Oct 8th, 2007 at 09:23.
|
|
|
Oct 8th, 2007, 17:52
|
#3 (permalink)
|
|
Junior Member
Join Date: Jan 2006
Location: India
Posts: 14
|
Re: Can someone make sense of these validation errors?
Hey, I found few unclosed div tags and empty <span> tags. Hope that might reduce few errors.
__________________
Help a man when he is in trouble and he will remember you when he is in
trouble again
|
|
|
Oct 8th, 2007, 18:03
|
#4 (permalink)
|
|
Administrator
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 4,102
|
Re: Can someone make sense of these validation errors?
Quote:
Originally Posted by MikeHopley
You have used "smart quotes" -- the curly, typographically correct ones -- to quote attribute values. Nasty. Use the basic " instead. This is probably a copy&paste error from MS Word or similar.
|
Don't get this one sorry 
__________________
Languages: PHP, mySQL (queries), C#, (X)html, CSS, JS.
|
|
|
Oct 8th, 2007, 18:07
|
#5 (permalink)
|
|
Administrator
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 4,102
|
Re: Can someone make sense of these validation errors?
Quote:
Originally Posted by MikeHopley
<u> is deprecated. Use CSS text-decoration: underline instead.
|
searched my site and found no <u> tags :s
__________________
Languages: PHP, mySQL (queries), C#, (X)html, CSS, JS.
|
|
|
Oct 9th, 2007, 10:19
|
#6 (permalink)
|
|
Up'n'Coming Member
Join Date: Nov 2006
Location: Ipswich
Posts: 58
|
Re: Can someone make sense of these validation errors?
Quote:
Originally Posted by alexgeek
searched my site and found no <u> tags :s
|
I can.
Go to the web address in IE and "Source" so it comes up in notepad. Then use "Go To" and you can type in line 80 (as per the validator).
- Code: Select all
Some of the things the employees get <u>at work</u>!
|
|
|
Oct 10th, 2007, 13:20
|
#7 (permalink)
|
|
Moderator
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,157
|
Re: Can someone make sense of these validation errors?
Quote:
Originally Posted by alexgeek
Don't get this one sorry 
|
Look at your attributes. Look really closely at the quote marks around them. Wrong:
- Code: Select all
I\'ve been looking at the Jobs at <a href=”http://www.google.com/intl/en/jobs/index.html” title="Google Jobs">
Correct:
- Code: Select all
I\'ve been looking at the Jobs at <a href="http://www.google.com/intl/en/jobs/index.html" title="Google Jobs">
See the difference now?
Quote:
Originally Posted by alexgeek
searched my site and found no <u> tags :s
|
Then you didn't search hard enough. I found one in a matter of seconds.
If you want to learn my amazing error-finding skills, here's my secret. It's so easy. 
|
|
|
Oct 10th, 2007, 13:38
|
#8 (permalink)
|
|
Administrator
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 4,102
|
Re: Can someone make sense of these validation errors?
Ahh right, I think that was because I was typing it up in word.
I will not do that next time!
Thanks
__________________
Languages: PHP, mySQL (queries), C#, (X)html, CSS, JS.
|
|
|
| Thread Tools |
|
|
| Rate This Thread |
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|