Bonjour ! Alors voici mon problème:
J´utilise l´éditeur SubethaEdit pour faire site web mais le problème c´est quand j´installe mon webdesign et ben il s´affiche pas . En faite aucune image ne s´affiche . Il y a juste une couleur unie qui est voyant. Exemple:
body
{
width: 760px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
background-color:#CFEAFD;
}
Ca , ça va , on voit la couleur mais si je fais ça:
body
{
width: 7600px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
background-image:url ("images/header.gif");
}
Et ben plus rien ne s´affiche !! Quelqu´un a une idée de mon problème ?