XHTML 1.0 Transitional CSS, Omittag No et Background [Validation] - HTML/CSS - Programmation
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 ).
Donc:
Code :
|
Marsh Posté le 11-08-2003 à 13:57:44
merci ça marche plus qu à me dépatouiller avec les css
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
Reste ce omittag puis les "start tag" was here, ils disent que c'est "pas vraiment une erreur" merci
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"> </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"> </td>
14: <td background="images/cadre/up.gif"></td>
15: <td width="10" background="images/cadre/hd.gif"> </td>
16: </tr>
17: <tr>
18: <td width="10" background="images/cadre/left.gif">
19: <p> </p>
20: <p> </p>
...
27: <p> </p></td>
28: <td bgcolor="#E7EEF8">
29: <p><img src="images/ban/ban1.gif" alt="" width="950" height="140"></p>
30: <p> </p>
...
57: <p> </p></td>
58: <td width="10" background="images/cadre/right.gif"> </td>
59: </tr>
60: <tr>
61: <td width="10" background="images/cadre/bg.gif"> </td>
62: <td background="images/cadre/down.gif"> </td>
63: <td width="10" background="images/cadre/bd.gif"> </td>
64: </tr>
65: </table>
66: </body>
67: </html>
---------------
En français, on écrit "connexion", pas "connection".