This is a discussion on "Can someone make sense of these validation errors?" within the Web Page Design section. This forum, and the thread "Can someone make sense of these validation errors? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Can someone make sense of these validation errors?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
||||
|
Can someone make sense of these validation errors?
http://validator.w3.org/check?uri=ht...Inline&group=0 I don't get them at all!
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
|
|
|||
|
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. |
|
|||
|
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.
|
|
||||
|
Re: Can someone make sense of these validation errors?
Quote:
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
||||
|
Re: Can someone make sense of these validation errors?
searched my site and found no <u> tags :s
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
|||
|
Re: Can someone make sense of these validation errors?
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).
|
|
|||
|
Re: Can someone make sense of these validation errors?
Look at your attributes. Look really closely at the quote marks around them. Wrong:
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. |
|
||||
|
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
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] 2 validation errors | danny322 | Web Page Design | 5 | Jan 15th, 2008 15:26 |
| validation errors | danny322 | Web Page Design | 10 | Nov 13th, 2007 12:51 |
| Some confusing validation errors on my home page | Zonglars | Web Page Design | 2 | Jul 16th, 2007 14:51 |
| Validation errors I can't resolve | Craigj1303 | Web Page Design | 4 | May 29th, 2007 22:23 |
| BOF/EOF Error that doesn't make sense! Help me!!!!!!!!!!!! | dennis_halsey | Classic ASP | 9 | Aug 2nd, 2005 10:22 |