Hello,
Back again.
Still having problems with centering my web pages…
My HOME page is perfectly centered: Link: http://tokyo-chef-institute.com/
However, all my other pages are justified to the left: Link: http://tokyo-chef-in...etropolistTokyo
I used the following codes.
-----------------------------
<body>
<div style="margin: 0 auto; width: 900px;"> Note: set your width to whatever size your framework is.
</div>
</body>
-----------------------------
Any ideas on why it’s not working?
Regards
rk
Page 1 of 1
Webpage centering problem Problem centering webpages
#3
Posted 30 July 2011 - 06:35 PM
Overall, I think your code is messier now than it used to be. The reason your index page centers is that is has a div="wrapper" around all the body contents that is centered by this CSS:
Your other pages are missing that wrapper division.
#wrapper { width:1050px; margin:0 auto; }Your other pages are missing that wrapper division.
#4
Posted 31 July 2011 - 07:40 AM
Also, the contact us link at the bottom of the Metropolis page is broken.
#5 Guest_jhjonsonsk
Posted 01 August 2011 - 02:19 AM
Every web programmer knows that you can't code a commercial website for a specific browsers or user experience level, much less a screen resolution. Since you can't count on a user having the latest and greatest, you need to use the lowest common denominator of browsers resolution. In today's web world, 1024x768 is usually the lowest browser resolution coded for.
This post has been edited by Andrea: 01 August 2011 - 04:41 AM
Reason for edit: Link Deleted - No Spam Please
Share this topic:
Page 1 of 1

Help













