This is a discussion on "[SOLVED] Ahh! Validation Driving Me Mad!" within the Web Page Design section. This forum, and the thread "[SOLVED] Ahh! Validation Driving Me Mad! are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] Ahh! Validation Driving Me Mad!
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
||||
|
[SOLVED] Ahh! Validation Driving Me Mad!
I'm trying to validate the backend of Penguin CMS. All the errors are coming from the login.php script, but I do not understand them!
http://validator.w3.org/check?uri=ht...Inline&group=0 MainAdmin.php
I know it's TRansitional, but once I've done this I'll go to Strict! Jack
__________________
Resources Administrator
Last Blog Entry: A Week with VBulletin (Aug 28th, 2008)
|
|
|
|
|||
|
Re: Ahh! Validation Driving Me Mad!
In XHTML, every tag must be closed. For example, you must use <p>...</p> for paragraphs.
If an element is empty, then you must use the self-closing sytax:
|
|
||||
|
Re: Ahh! Validation Driving Me Mad!
IT WORKED! And if I over-write the doctype, it's xHTML Strict. Thanks Mike.
(Now I have to do that on all my pages :P) Jack
__________________
Resources Administrator
Last Blog Entry: A Week with VBulletin (Aug 28th, 2008)
|
|
|||
|
Re: Ahh! Validation Driving Me Mad!
Quote:
|
|
||||
|
Re: [SOLVED] Ahh! Validation Driving Me Mad!
Solved!
it's so easy to miss a few tags that should be self-closed especially when using PHP.
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 |
| [SOLVED]Asp Form needs special validation | Andrew1986 | Classic ASP | 4 | Dec 21st, 2007 08:14 |
| [SOLVED] javascript from validation | eon201 | JavaScript Forum | 2 | Oct 24th, 2007 17:41 |
| [SOLVED] ASP-MySQL Username Validation | Monie | Classic ASP | 2 | Oct 22nd, 2007 06:06 |
| [SOLVED] CSS validation error | Graisbeck | Web Page Design | 6 | Aug 22nd, 2007 14:44 |