codice:
body{
background-color:#dddddd;
}
.Stile1 {
color: #e10078;
font-weight: bold;
}
.Stile2 {
color: #e10078;
font-style: italic;
}
h4{
color: #e10078;
}
#header{
height: 190px;
width: 800px;
}
#news{
height: 200px;
width: 800px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #999999;
background-image: url(immagini/sfondocont.png);
}
.fl { float: left; display: inline; }
#sidebar_left {
width: 250px;
height: 200px;
border: 1px dotted #dddddd;
background-image: url(immagini/news.png);
background-repeat: no-repeat;
}
#sidebar_right {
width: 545px;
height: 200px;
border: 1px dotted #dddddd;
}
#etichetta{
height: 3px;
width: 780px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #999999;
padding-left:10px;
padding-right:10px;
}
#contenitore{
height: 20px;
width: 780px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #999999;
padding-left:10px;
padding-right:10px;
background-image: url(immagini/sfondocont.png);
}
#footer{
height: 20px;
width: 800px;
background-color:#cccccc;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
font-weight: bold;
}
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="../stile.css" />
<title>lukedesign</title>
</head>
<body>
<div align="center">
<div id="header">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="800" height="290" title="menu">
<param name="movie" value="../menu.swf" />
<param name="quality" value="high" />
<embed src="../menu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="290"></embed>
</object>
</div>
<div id="news">
<div id="sidebar_left" class="fl">
<script type="text/javascript">
//specify path to your external page:
var iframesrc="news.htm"
//You may change most attributes of iframe tag below, such as width and height:
document.write('<iframe id="datamain" src="'+iframesrc+'" width="245px" height="170px" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>')
</script>
</div>
<div id="sidebar_right" class="fl"></div>
</div>
<div id="etichetta"></div>
<div id="contenitore"></div>
<div id="footer">:: Powered & Developed by © lukedesign 2008 all right reseved ::</div>
</div>
</body>
</html>
questo è il codice del css e del modello