login  Naam:   Wachtwoord: 
Registreer je!
 Forum

validator.w3 1 fout over

Offline DrB - 15/10/2005 15:16
Avatar van DrBHTML interesse Hallo,

Ik heb mijn site door de w3 valdiator gehaald, maar er blijft nog één fout over.

  1. Error Line 24 column 40: there is no attribute "HEIGHT".
  2. <table id="Table_01" width="875" height="940" border="0" cellpadding="0" cellspa
  3. You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
  4.  
  5. This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
  6.  
  7. How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document



Weet iemand wat ik daar precies aan moet doen?


Greetz,

DrB

6 antwoorden

Gesponsorde links
Offline haytjes - 15/10/2005 15:21
Avatar van haytjes Gouden medailleGouden medaille

JS gevorderde
width="875" of de height="940" mag kan niet in de <Table> staan, die moet in de <tr> of <td>
Offline MothZone - 15/10/2005 15:22
Avatar van MothZone PHP ver gevorderde in HTML strict bestaat het height-attribuut niet, dus die moet je verwijderen of vervangen dmv een style-attribuut
Offline cracker - 15/10/2005 15:22
Avatar van cracker Onbekend LOOOOOOOOOL

<table class="tabel" ...>

en dan bij uw CSS toevoegen:
table.tabel{
height: 940px;
}
Offline DrB - 15/10/2005 15:30 (laatste wijziging 15/10/2005 15:33)
Avatar van DrB HTML interesse Bedankt voor de snelle antwoorden!

Dus als ik het goed begrijp maak ik dit ervan:

  1. <table class="tabel" width="875" border="0" cellpadding="0" cellspacing="0">


en mijn style.css wordt dan zo:

  1. body {font-family:verdana, sans-serif; font-size: 10px; color:#000000; background-color:#c1cfd0; text-align: center; } #container { margin: 0 auto; width: 720px}
  2. table.tabel{
  3. height: 940px;
  4. }



Juist?

In iedergeval al bedankt voor jullie antwoorden!

DrB
Offline cracker - 15/10/2005 15:38
Avatar van cracker Onbekend ik zie niet direct een fout dusja 
Offline DrB - 15/10/2005 15:42
Avatar van DrB HTML interesse Harstikke bedankt het is gelukt! Moet vaker hier kijken, snelle antwoorden hier 
Gesponsorde links
Dit onderwerp is gesloten.
Actieve forumberichten
© 2002-2024 Sitemasters.be - Regels - Laadtijd: 0.215s