[W3C] probleme de compatibilité
Bonjour,
je n'arrive pas à rendre ceci valide...
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
<div class='borderwrap'>
<table class='ipbtable' cellspacing="1">
<tr>
<p>texte</p>
<h4><u>E-commerçants débutants</u></h4>
<p>texte</p>
<h4><u>E-commerçants Confirmés</u></h4>
<p>texte</p>
<h4 align="center"><a href="http://www.creloaded-fr.net/forums/index.php?showtopic=63" title="téléchargement Creload 6.2 Standard" target="_blank"><img src="http://www.creloaded.com/images/cre62std_sm.gif" style="border:0" alt="CRE Loaded 6.2 Standard" /></a> <a href="http://www.creloaded.com/product_info.php?ref=17&products_id=51&affiliate_banner_id=1" target="_blank"><img src="http://www.creloaded.com/images/cre62pro_sm.gif" style="border:0" alt="CRE Loaded 6.2 Pro : New Install" /></a> <a href="http://www.creloaded.com/product_info.php?ref=17&products_id=52&affiliate_banner_id=1" target="_blank"><img src="http://www.creloaded.com/images/cre62b2b_sm.gif" style="border:0" alt="CRE Loaded 6.2 Pro B2B : New Install" /></a></h4>
</tr>
<tr>
<td class="catend" colspan="5"><!-- no content --></td>
</tr>
</table>
</div> |
j'ai sans cesse des erreur style :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
# Error Line 140 column 23: document type does not allow element "p" here; missing one of "th", "td" start-tag.
<p>E-commerçants débutants, développeurs &am
✉
# Error Line 142 column 7: document type does not allow element "h4" here; missing one of "th", "td" start-tag.
<h4><u>E-commerçants débutants</u></h4>
✉
# Error Line 144 column 7: document type does not allow element "p" here; missing one of "th", "td" start-tag.
<p>Les membres de la communauté feront de le mieux pour vous aider �
✉
# Error Line 146 column 7: document type does not allow element "h4" here; missing one of "th", "td" start-tag.
<h4><u>E-commerçants Confirmés</u></h4>
✉
# Error Line 147 column 7: document type does not allow element "p" here; missing one of "th", "td" start-tag.
<p>Venez vous aussi échanger votre expérience de l'e-commerce
✉
# Error Line 148 column 22: document type does not allow element "h4" here; missing one of "th", "td" start-tag.
<h4 align="center"><a href="http://www.creloaded-fr.net/forums/index.php?sho |
Comprenant mal le l'anglais dans ses terme developpement, & étant une buse en html, j'aimerais que vous m'expliquiez ce qui ne vas pas :)