body [ XHTML] - HTML/CSS - Programmation
Marsh Posté le 02-07-2002 à 13:07:04
merci, une autre question
Je suis pas sur mais je crois que pour XHTML strict, le CSS doit etre externe au fichier, et au transitionnal il peut etre inclus dans une balise <style> c'est bien ca ?
Marsh Posté le 03-07-2002 à 15:11:38
maintenant, j'ai un problème avec un background dans un <td>
<td rowspan="6" background="images/vide.gif" valign="top"> |
Error: there is no attribute "background" for this element (in this HTML version) |
Comment y remédier ?
merci
Marsh Posté le 03-07-2002 à 16:01:29
style="background-image:url(machin.gif);background-repeat:no-repeat|repeat-x|repeat-y;background-position etc. etc."
Marsh Posté le 03-07-2002 à 16:40:09
Est ce que vous auriez un super bon site pour XHTML, parce que sur allhtml, il n'y a pas grand chose
merci WC compliant
Marsh Posté le 03-07-2002 à 16:43:49
Reply
Marsh Posté le 02-07-2002 à 12:59:38
hello,
Dans HTML4, on avait la possibilité de mettre des attributs à la balise body comme ceux-ci
leftmargin="15"
pixels qui séparent le bord gauche du document du texte
mais maintenant, ce n'est plus XHTML compliant, il y a t'il une solution permettant d'arriver au meme résultat ?
merci