Thread: Table or Div
View Single Post
Old 08-09-2006, 08:35 AM   #16 (permalink)
Jordonias
Inactive
 
Join Date: 08-08-06
Posts: 8
iTrader: 0 / 0%
Latest Blog:
None

Jordonias is liked by many
One more problem.

Code:
<html> <head> </head> <body> <center> <div value="top" style="width:800px; background-color:red;"> 1 </div> <div value="midbar" style="width:800px; background-color:orange;"> 2 </div> <div value="leftmenu" style="width:100px; float:left; background-color:yellow;"> 3 </div> <div value="content" style="width:600px; float:left; background-color:green;"> 4 </div> <div value="rightmenu" style="width:100px; float:left; background-color:blue;"> 5 </div> <div value="empty" style="clear:both;"> </div> <div value="bottom" style="width:800px; background-color:red; background-color:purple;"> 6 </div> </center> </body> </html>
How would I go about making 3,4, and 5 centered like the rest of them? Ignore the values, its for later use.
Jordonias is offline   Reply With Quote