[Validation] XHTML 1.0 Transitional CSS, Omittag No et Background

XHTML 1.0 Transitional CSS, Omittag No et Background [Validation] - HTML/CSS - Programmation

Marsh Posté le 11-08-2003 à 12:59:15    

Bonjour, je dois réaliser un site dont le cahier des charges m'impose du XHTML 1.0 Transitional, je rencontre pour l'instant quelques problèmes listés plus bas.
 
- Qu'est ce que ce "Omittag no" ?
- Comment remplacer l'attribut background comme je l'utilise actuellement ?
 
Je me sers de background pour "mosaïquer" les côtés de mon tableau, au pire, je n'en aurai besoin que... nan c'est bon, je viens de trouver comment je pouvais faire avec le CSS :D
 
Reste ce omittag puis les "start tag" was here, ils disent que c'est "pas vraiment une erreur" merci :jap:  
 
 
 
Line 6, column 72: end tag for "meta" omitted, but OMITTAG NO was specified  
  ...ype" content="text/html; charset=iso-8859-1">
                                                  ^
Line 6, column 0: start tag was here (explain...).  
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  ^
Line 7, column 56: end tag for "link" omitted, but OMITTAG NO was specified  
  <link href="style.css" rel="stylesheet" type="text/css">
                                                          ^
Line 7, column 0: start tag was here (explain...).  
  <link href="style.css" rel="stylesheet" type="text/css">
  ^
Line 13, column 30: there is no attribute "background" (explain...).  
      <td width="10" background="images/cadre/hg.gif">&nbsp;</td>
                                ^
Line 29, column 75: end tag for "img" omitted, but OMITTAG NO was specified  
  ...1.gif" alt="" width="950" height="140"></p>
                                               ^
Line 29, column 9: start tag was here (explain...).  
        <p><img src="images/ban/ban1.gif" alt="" width="950" height="140"></p>
           ^
Source Listing
Below is the source input I used for this validation:
 
   1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   2: <!-- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -->
   3: <html>
   4: <head>
   5: <title>Canal #15-18ans sur Epiknet. Le site !</title>
   6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   7: <link href="style.css" rel="stylesheet" type="text/css">
   8: </head>
   9:  
  10: <body bgcolor="#A4B9D2">
  11: <table width="970" border="0" align="center" cellpadding="0" cellspacing="0" class="tableau">
  12:   <tr>  
  13:     <td width="10" background="images/cadre/hg.gif">&nbsp;</td>
  14:     <td background="images/cadre/up.gif"></td>
  15:     <td width="10" background="images/cadre/hd.gif">&nbsp;</td>
  16:   </tr>
  17:   <tr>  
  18:     <td width="10" background="images/cadre/left.gif">
  19: <p>&nbsp;</p>
  20:       <p>&nbsp;</p>
...
  27:       <p>&nbsp;</p></td>
  28:     <td bgcolor="#E7EEF8">  
  29:       <p><img src="images/ban/ban1.gif" alt="" width="950" height="140"></p>
  30:       <p>&nbsp;</p>
...
  57:       <p>&nbsp;</p></td>
  58:     <td width="10" background="images/cadre/right.gif">&nbsp;</td>
  59:   </tr>
  60:   <tr>  
  61:     <td width="10" background="images/cadre/bg.gif">&nbsp;</td>
  62:     <td background="images/cadre/down.gif">&nbsp;</td>
  63:     <td width="10" background="images/cadre/bd.gif">&nbsp;</td>
  64:   </tr>
  65: </table>
  66: </body>
  67: </html>
 


---------------
En français, on écrit "connexion", pas "connection".
Reply

Marsh Posté le 11-08-2003 à 12:59:15   

Reply

Marsh Posté le 11-08-2003 à 13:09:04    

il faut que tu / la fin des balises qui n'ont pas de balises fermantes ( note ça doit pouvoir se dire plus clairement mais  :kaola: ).
Donc:

Code :
  1. <meta .... />
  2. <link .... />
  3. ...
  4. <img ..... />

Reply

Marsh Posté le 11-08-2003 à 13:57:44    

merci ça marche  :jap: plus qu à me dépatouiller avec les css


---------------
En français, on écrit "connexion", pas "connection".
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed