Merci à tous, mais ça ne marche pas...
Voyez par vous-même :
CLIQUEZ ICI
Alors ce qui fait partie de mon HTML ne s'affiche pas en blanc.
Ce que je voulais faire fonctionne, mais un autre problème s'impose...
Ce que j'ne comprends pas, c'est que on voit bien "Aboub - Niveau : 35 à 47" en blanc, alors que je n'y ai pas mis de balise...
Voici le code HTML :
Code :
- $tableau['nom'] = str_replace('é', 'e', $tableau['nom']);
- echo "<table width=\"100%\" border=\"2\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#191919\">";
- echo "<tr><td colspan=\"2\"><br>".$tableau['nom']." - Niveau : ".$tableau['level']."<br><br></td></tr>";
- echo "<tr><td width=\"154\"><br><img src=\"bestiaire/monstres/".$tableau['nom'].".jpg\"><br></td><td width=\"155\"><div id=\"pourcent\"><br>".$tableau['ressources']."<br><br></div></td></tr>";
- echo "</table>";
|
On voit qu'il n'y a pas de balise sur $tableau['nom']...
Et voici le code CSS
Code :
- form input {
- color:#0066FF;
- text-align:center;
- }
- body {
- text-align: center;
- background: black url('images/background_content_bottom.jpg') repeat-y top center;
- }
- div#body2 {
- width: 1000px;
- margin: 0 auto;
- text-align: justify;
- }
- h1#titre_site {
- width: 100%;
- height: 554px;
- background: url('images/background_titre-modif.jpg') no-repeat top center;
- }
- h1#titre_site span {
- display: block;
- width: 130px;
- height: 80px;
- position: absolute;
- margin: 405px 0 0 425px;
- font-size: 18px;
- text-align: center;
- }
- div#menu {
- width: 100%;
- height: 37px;
- background: url('images/background_menu.jpg') no-repeat top center;
- text-align: center
- }
- div#menu ul {
- width: 360px;
- margin: 0 auto;
- padding: 0 0 0 10px !important;
- padding: 0 10px 0 0;
- }
- div#menu li {
- float: left;
- list-style: none;
- }
- div#menu li a {
- display: block;
- width: 70px;
- height: 37px;
- line-height: 35px;
- color: #d0b544;
- font-weight: bold;
- text-decoration: none;
- margin-left: 0 !important;
- margin-left: -5px;
- }
- div#content {
- width: 100%;
- min-height: 378px;
- background: url('images/background_content.jpg') no-repeat top center;
- text-align: center
- }
- div#content2 {
- width: 340px;
- margin: 0 auto;
- text-align: justify;
- font-size: 0.8em;
- }
- #footer {
- width: 100%;
- height: 475px;
- background: url(images/background_footer.jpg) no-repeat top center;
- }
- div#news {
- width: 340px;
- margin: 0 auto;
- text-align: center;
- font-size: 0.8em;
- color: red;
- }
- #pourcent {
- font-size:11px;
- color:#66FFFF;
- }
- #monstres {
- font-size:11px;
- color:#00FF00;
- }
|
Qu'est-ce qui pourrait bien être en conflit... ?
Encore merci à tous.
PS : rufo, je vais aller voir ton lien, merci.