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. Quote 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> Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/96767-container-main-page/#findComment-495539 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.