Ragazzi mi è rimasto un problema.
Ho ottenuto quello che volevo ma non riesco a settare il guestbook fornitomi da dreambook nel modo come setto le mie pagine.
Il guestbook è formato da 6 pagine che devo modificare a piacimento.
Vi segno il codice delle 6 pagine. Io ci devo aggiundere il codice css
[html]body {
background-color: #D8EAFA;
background-image: url(immagine-sfondo_barra.jpg);
background-repeat: repeat-y;
font: normal 13px "Comic Sans MS", Geneva, Arial, Helvetica, sans-serif;
color: black;
text-align: center;
margin: 0; padding: 0;
cursor: url(cursore_makkuro.cur), auto;}
#contenitore {background-image: url(immagine-sfondomini.jpg);
background-repeat: repeat;
margin-left: 101px; padding-left: 21px;
margin-right: 0; padding-right: 20px;
margin-top: 0; padding-top: 12px;
margin-bottom: 0; padding-bottom: 5px;}[/html]
e fin qui tutto ok.
Poi però devo aggiungere nelle pagine il codice html
[html]<div id="contenitore"></div>[/html]
Solo che se lo aggiungo a tutte le pagine viene fuori un macello.
Questi sono i codici delle pagine così come me li da da correggere Dreambook. Mi dite come e dove devo mettere il contenitore?
Pagina BOTTOM
[html]<body>
<center>
<br>
<div align="center"><img src="http://www." alt="" border="0" vspace="7"></div>
[
<a href="http://">Firma il Guestbook</a>
|
<a href="--url--">--title--</a>
]
<br>
<br>
</center>
</body>[/html]
Pagina ENTRY
[html]<body>
<table width=80%>
{{name}}
<tr>
<td width=20% align=right><font style="font-size: 14px; color: #004AB5; font-weight: bold;">Nome:</font></td>
<td><font style="font-size: 13px; color: black;">[[name]]</font></td>
</tr>
{{/name}}
{{mail}}
<tr>
<td width=20% align=right><font style="font-size: 14px; color:; font-weight: bold;">E-mail:</font></td>
<td><font style="font-size: 13px; color: black;"><a href="mailto:[[mail]]">[[mail]]</a></font></td>
</tr>
{{/mail}}
{{citt}}
<tr>
<td width=20% align=right><font style="font-size: 14px; color:; font-weight: bold;">Città:</font></td>
<td><font style="font-size: 13px; color: black;">[[citt]]</font></td>
</tr>
{{/citt}}
{{url}}
<tr>
<td width=20% align=right><font style="font-size: 15px; color:; font-weight: bold;">Home Page:</font></td>
<td><font style="font-size: 13px; color: black;"><a href="]" target="top">]</a></font></td>
</tr>
{{/url}}
{{comments}}
<tr>
<td valign=top align=right width=20%><font style="font-size: 14px; color:; font-weight: bold;">Commenti:</font></td><td><font style="font-size: 13px; color: black;">[[comments]]</font></td>
</tr>{{/comments}}
</table>
<div align="center"><font style="font-size: 11px; color: black;">[[date]]</font></div>
</html>[/html]
Pagina SEPARATOR
[html]<br>
<div align="center"><img src=http://www alt="" border="0" vspace="7"></div>
<div class="topnews"><img src=http://www alt="" border="0"> <a href="#Top">Top</a></div>[/html]
Pagina SIGN:
[html]<title>Dreambook - --title--</title>
<body>
<p></p>
<center>
<font size="+3" color="B60022">Guestbook</font>
<br>
<font face="Comic Sans MS" size="-2">Sign my <a href=http://www target="top">Dreambook</a>!</font>
<p></p>
<font style="font-size: 14px; color:; font-weight: bold;">Firma il Guestbook per commentare quanto hai letto e visto!</font>
<p>
==signform==
<p></p>
<div align="center"><img src="http://www" alt="" border="0" vspace="7"></div>
[
<a href="http://">Leggi il Guestbook</a>
|
<a href="--url--">--title--</a>
]
<div align="center"><img src="http://www" alt="" border="0" vspace="7"></div>
</center>[/html]
Pagina SIGNED
[html]<head>
<title>--title--'s Dreambook</title>
<body>
<p></p>
<center>
<font size="+3" color="B60022">Guestbook</font>
</center>
<p></p>
<div align="center"><font style="font-size: 18px; color:;">Grazie per aver firmato il Guestbook!</font>
<p></p>
<br>
<img src=http://www" width="156" height="102" alt=""></div>
<p></p>
<br>
<br>
<center>
<div align="center"><img src="http://www" alt="" border="0" vspace="7"></div>
[
<a href="http://">Leggi il Guestbook</a>
|
<a href="--url--">--title--</a>
]
<div align="center"><img src="http://www" alt="" border="0" vspace="7"></div>
</center>
[/html]
Pagina TOP
[html]
<title>--title--'s Dreambook</title>
<body>
<center>
<font size="+3" color="#B60022">Leggi il Guestbook</font>
<br>
<br>
<font face="Comic Sans MS" size="-2">
Welcome to <a href=http://www target="top">Dreambook</a>, a
nifty new free service from: <br>
<a href="http://www/" target="top">New Dream Network</a>,
<a href="http://www/" target="top">Dreamhost</a>,
and <a href="http://www" target="top">Dreamservers</a>!</font>
<p></p>
<b><a href="http://www"><u><font color="Green">Firma il Guestbook</font></u></a> per commentare quanto hai letto e visto!</b>
<br>
<br>
<div align="center"><img src="http://www" alt="" border="0" vspace="7"></div>
</center>
[/html]