Code:
#wrapper {
width: 750px;
}
#left {
width: 500px;
float: left;
}
#right {
width: 250px;
float: left;
}
Code:
<div id = "wrapper">
<div id = "left">
</div>
<div id = "right">
</div>
</div>
I'm tired and there are a zillion different ways to do this.
I could be way off. Thats a simple two column layout. Again. I'd need to see an example to know what you're talking about.
my apologies