Heres the code from one of those sites, I took out the head and footer as I have one already, not sure if that was what I was supposed to do but that what I tried!:

Code:
<!--Finish slider-->
<html>
<style>
#main,
#sidebar,
{
display:inline;
position:relative;
float:left;
background-color:#eee;
}
#main {
width:68%;
height:300px;
margin-right:2%;
}
#sidebar {
width:30%;
height:50%;
}
</style>
<body>
<div id="main">
<p>Main </p>
<p> </p>
<p> </p>
<p> </p>
</div>
<div id="sidebar">
<p>Sidebar</p>
<p> </p>
<p> </p>
</div>
</body>
</html>
<!-- #EndEditable --></td>
Bookmarks