View Single Post
10-20-2006, 11:51 PM
#4
Dream is offline Dream
Dream's Avatar
Status: Lewis Ainslie
Join date: Dec 2005
Location: UK, England.
Expertise:
Software:
 
Posts: 1,630
iTrader: 15 / 100%
 

Dream is on a distinguished road

Send a message via MSN to Dream

  Old

Originally Posted by Garrett
Not Bad Lewis but to fix a few things on your part:
Code:
#container {
	        width: XXpx;
	        margin: 0 auto;
}
#left {
	        width: XXpx;
	  float:left;
	        margin-left: XXpx;
}
#middle {
	        width: XXpx;
	  float:left;
	        margin-left: XXpx;
}
#right{
	        width: XXpx;
	        margin-left: XXpx;
	        float: left;
}
If some elements are display wierd after that container, add <br clear="all" /> under the div#right.
Thanks, I havent been coding too long.