Yo tengo definida un area que se llama medio:
Código HTML:
#medio p {
clear: both;
clear: both;
float: left;
font-size: 12px;
margin: 30px 10px 0 20px;
text-align: justify;
width: 500px;
border: 1px solid Navy;
}
#medio p strong {
background-color: #FFFFFF;
font-family: "MS Sans Serif", Geneva, sans-serif;
}
#medio strong a{
background-color: #A43E18;
border: 1px solid #FFFFFF;
color: #FFFFFF;
display: block;
height: 15px;
margin: 5px 0;
text-align: center;
text-decoration: none;
width: 398px;
}
#medio strong a:hover{
background-color: #FFFFFF;
border: 1px solid #A43E18;
color: #A43E18;
}
Código HTML:
<div id="medio"> <p> <?php include("/home/sevillad/public_html/foro/ipbnews.php"); ?> </p> </div>
alguien me explica un poco como es?
gracias.



