Jump to content

Webpage centering problem


fishcuisine

Recommended Posts

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-institute.com/metropolistTokyo

 

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

Link to comment
Share on other sites

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:

#wrapper { 	width:1050px; margin:0 auto; }

 

Your other pages are missing that wrapper division.

Link to comment
Share on other sites

Guest jhjonsonsk

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.

Edited by Andrea
Link Deleted - No Spam Please
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...