You are on page 1of 1

<!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" />
<title>--</title>

<style type="text/css">
body{margin-left:25px;
margin-right:25px;
background-color:#ffffff;
}
table{width:100%;
text-align:center;
padding:2px;
}
th{ border-top-left-radius:15px;
border-top-right-radius:15px;

}
#outer-wrapper{
border: 5px dashed #FFF;
background:#999999;
}

</style>

</head>

<body>
<div id="outer-wrapper">
<table align="center">
<tr height="150" align="center">
<th colspan="2" bgcolor="#FF6699"> Header</th>
</tr>
<tr height="20" align="center">
<td colspan="2" bgcolor="#FFFF00"><marquee behavior="alternate">Selamat Datang
Di WebBlog</marquee></td>
</tr>
<tr height="20" align="center">
<td colspan="2" bgcolor="#0066CC">

</td>
</tr>
<tr height="350">
<td width="75%" bgcolor="#00FFCC">Main Wrapper</td>
<td width="25%" bgcolor="#00CCCC">SideBar</td>
</tr>
<tr height="25" align="center">
<td colspan="2" bgcolor="#00FF00">Footer</td>
</tr>
</table>
</div>
</body>
</html>

You might also like