Yamaha32088 Posted March 18, 2008 Share Posted March 18, 2008 I need to create a page that is Aligned center at all times that is 780px wide. How do I go about creating this I am new to CSS and have to recreate an entire template that used tables into a CSS style. Link to comment https://forums.phpfreaks.com/topic/96767-container-main-page/ Share on other sites More sharing options...
bronzemonkey Posted March 18, 2008 Share Posted March 18, 2008 /*css*/ #container {width:780px; padding:0; margin:0 auto;} <!-- html --> <div id="container"> <!-- everything else goes in here --> </div> Link to comment https://forums.phpfreaks.com/topic/96767-container-main-page/#findComment-495336 Share on other sites More sharing options...
Yamaha32088 Posted March 19, 2008 Author Share Posted March 19, 2008 Thanks works awsome Link to comment https://forums.phpfreaks.com/topic/96767-container-main-page/#findComment-495539 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.