Ecco , prova adesso che ho inserito un po' di testo
[PHP]<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Documento senza titolo</title>
<link rel="stylesheet" type="text/css" href="css/stile_p.css" />
<style>
body{
margin: 0;
padding: 0;
text-align: center;
background-color: #333;
padding-top: 20px;
}
html, body {
width: 100%;
}
h1{
font-size: 35px;
text-decoration: none;
color: #603813;
}
h1 a:link{
font-size: 35px;
color:;
}
h1 a:visited{
font-size: 35px;
text-decoration: none;
color:;
}
h1 a:hover{
font-size: 35px;
text-decoration: none;
color: #4D4D4D;
}
h1 a:active{
font-size: 35px;
text-decoration: none;
color:;
}
#centralone_home
{
width: 640px;
height: 626px;
margin: auto;
background-color: red;
}
#centralone_abbonati
{
width: 640px;
height: 626px;
margin: auto;
background: url(../images/abbonati.png) no-repeat;
}
#centralone_grazie
{
width: 640px;
height: 435px;
margin: auto;
background: url(../images/grazie.png) no-repeat;
}
#centralone_archivio
{
width: 640px;
margin: auto;
}
body div{display: inline; border: 3px solid green; margin 10px;}
#sponsor
{
width: 175px;
height: 120px;
background-color: white;
}
</style>
</head>
<body>
<div id="centralone_home">
centralone_home centralone_home centralone_home centralone_home centralone_home centralone_home centralone_home centralone_home centralone_home centralone_home
</div>
<div id="sponsor">
sponsor
</div>
</body>
</html> [/PHP]