View Single Post
Old 07-30-2007, 09:38 PM  
Young
Bland for life
 
Industry Role:
Join Date: Nov 2004
Posts: 10,468
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
__________________
★★★
Young is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote