Page 1 sur 1

changement de titre -> changement de mise en page

Publié : 23 juin 2012, 15:32
par cloumiclem
Bonjour
Ma page se nomme
base_tatata2
, avec 1 ligne "normale" puis 3 colonnes.
Si j'essaie de la renommer, ou en changeant base ou tatata ou en enlevant le _, rien n'y fait : dès que le nom change, la ligne 1 reste normale mais les colonnes disparaissent.
Kézako ?
Merci

Re: changement de titre -> changement de mise en page

Publié : 23 juin 2012, 15:40
par chriss..
bonjour,

si tu nous donnait le code??

Re: changement de titre -> changement de mise en page

Publié : 23 juin 2012, 16:10
par clemcloumi
Oui : j'ai simplifié à l'extrême pour ne pas alourdir le message

Code : Tout sélectionner

<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<link rel="stylesheet" href="fond_herbe.css">
<title>base_macerations association clematite</title>
<link rel="stylesheet" href="base.css">
<link rel="icon" type="image/jpg" href="clemasurterreaupetit.jpg">
</head>
<body>
<div style="text-decoration: none;" id="menu">&nbsp;&nbsp;&nbsp;
</div>
<div style="font-size: 1.4em;" id="corps_centre"><br>
<span style="font-family: Antelope H; font-size: 1.4em;"></span>a<br>
<br>
<br>
<div class="cols3">
<div>&nbsp;&nbsp; <a
style="text-decoration: none; color: rgb(255, 153, 255);"><span
style="font-size: 18pt; line-height: 200%; font-family: "Bell MT","serif"; color: rgb(84, 141, 212); text-align: center; font-weight: bold;"></span><small
style="color: rgb(51, 255, 51);"><big
style="font-family: Gill Sans MT; font-size: 1em;"><span
style="font-style: italic; color: white; font-size: 0.8em;">o</span>
</big></small></a>
<form style="margin-top: 13px; height: 52px;" target="paypal"
action="https://www.paypal.com/cgi-bin/webscr" method="post"><input
name="cmd" value="_s-xclick" type="hidden"> <input
name="hosted_button_id" value="FKK6GXGGE345U" type="hidden">&nbsp; <input
src="bouton_commander.png" name="submit"
alt="PayPal - la solution de paiement en ligne la plus simple et la plus s&eacute;curis&eacute;e !"
border="0" type="image"><img alt="" src="pixel.gif" border="0"
height="1" width="1">
</form>
<a style="text-decoration: none; color: rgb(255, 153, 255);">
</a></div>
<div>&nbsp; <a
style="text-decoration: none; color: rgb(255, 153, 255);"><small
style="color: rgb(51, 255, 51);"><big
style="font-family: Gill Sans MT; font-size: 1em;"><span
style="font-style: italic; color: white; font-size: 0.8em;">u</span></big></small></a>
<form style="margin-top: 13px; height: 52px;" target="paypal"
action="https://www.paypal.com/cgi-bin/webscr" method="post">&nbsp;
<input name="cmd" value="_s-xclick" type="hidden"><input
name="hosted_button_id" value="RVBVGJ8F62UP2" type="hidden">
<input src="bouton_commander.png" name="submit"
alt="PayPal - la solution de paiement en ligne la plus simple et la plus s&eacute;curis&eacute;e !"
border="0" type="image"><img alt="" src="pixel.gif" border="0"
height="1" width="1">
</form>
<a style="text-decoration: none; color: rgb(255, 153, 255);"></a></div>
</div>
<br>
</div>
<div id="pied">
<div><a href="association.html">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; </a>
</div>
</div>
</body>
</html>
et pour la feuille de style :

Code : Tout sélectionner

#menu{margin-top:3%; margin-left:auto; margin-right:auto; width:900px; background:url(terreau.jpg) fixed;}
#corps_centre{text-align: center;margin-top:3%; margin-left:auto; margin-right:auto; width:850px; background:url(terreau.jpg) fixed;
font-family: Gill Sans MT; font-size: 1.7em; color: white; padding-left:50px}
.cols3 div {display: inline-block;margin-left:2%;width:48%;line-height: 0.8em;text-align:left;}
#pied
{clear:left; margin-top:3%; margin-left:auto; margin-right:auto; width:900px; background:url(terreau.jpg) fixed;}

Re: changement de titre -> changement de mise en page

Publié : 23 juin 2012, 17:58
par chriss..
re...

tu devrais déjà tout mettre dans la feuille de style (les font-family, les color etc. ) cela éclaircirai ta page html.

ah n'oublie pas de mettre le doctype!

Bon pour ta question... j'avais mal compris... parles-tu qu'en changeant le nom de ta page dans "title" de l,en-tête cela efface tes colonnes?

:?: :?:
si c,est cela donne le code aprés avoir changé le nom....

Re: changement de titre -> changement de mise en page

Publié : 23 juin 2012, 21:29
par clemcloumi
Alors finalement j'ai recréé une page ex nihilo, et ça marche. Ca me laisse tout de même perplexe...
Merci en tous cas, chriss