Bonjour,
Voila j'ai un petit probleme pour arriver a aligné du texte sur la meme ,je voudrais aligné sur la meme ligne un texte a gauche et a droite ,met en mettant des DIV j'ai un retour a la ligne.
Voila mon code :
<div id="newstitre" align="left"><?echo ($ligne["titre"]);?></div>
<div id="newsdate" align="right"><?echo $date;?></div>
<code type="css">div#newstitre{
background : url(bg_menu.gif);
float: left;
font-weight : bold ;
text-decoration : underline ;
}
div#newsdate{
background : url(bg_menu.gif);
float: right;
font-weight : bold ;
text-decoration : underline ;
}
Merci a ceux qui pourront me renseigner.
Message édité par mic686 le 04-07-2007 à 17:12:21