Old 02-22-2008   #1 (permalink)
Registered User
 
Join Date: Oct 2007
Posts: 68

Making A web page center

How to make a web page contents in the center..
Like this biorust website for example..
Some web page is not in the center..but i want to know how to make it placed in the center..

Cheers
mary is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-22-2008   #2 (permalink)
Janitor of Lunacy
 
tamlin's Avatar
 
Join Date: May 2006
Location: Sitting in the Wishing Chair
Posts: 4,702

Try using the Search tool (top right of the screen). This question has been asked (and answered) many times:

http://forums.biorust.com/html-php-a...centering.html (Centering...)

http://forums.biorust.com/html-php-a...g-website.html (Need help centering website)

http://forums.biorust.com/html-php-a...eamweaver.html (Problem with layers and centering in Dreamweaver)
__________________


Religion: It's all fun and games until someone gets burned at the stake...
tamlin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-22-2008   #3 (permalink)
Eternal Being
 
Join Date: Feb 2006
Location: Finland
Posts: 239

Code:
div#wrapper {
width: 700px;
margin: 0 auto;
}
Code:
<div id="wrapper">
</div>
Remember to use the correct doctype: A List Apart: Articles: Fix Your Site With the Right DOCTYPE!
__________________
Telos is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-22-2008   #4 (permalink)
Registered User
 
Join Date: Oct 2007
Posts: 68

Thanks....
Sorry i didnt know we can do search...hehe...
I did it! I have to put two things...
1) one is this css script

<style type="text/css">
<!--
body {
margin:50px 0px;
padding:0px;
text-align:center;
background-image: url(bg.gif);
margin-top: 0px;
margin-bottom: 0px;
}

#Content {
width:500px;
margin:0px auto;
text-align:left;
padding:15px;
border:1px dashed #333;
background-color:#eee;
}
-->
</style>

2)and the <centre></centre> quote inside the <body></body>
mary is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-22-2008   #5 (permalink)
Registered User
 
Join Date: Oct 2007
Posts: 10

<center>
Anything here....
</center>
cancer10 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-21-2008   #6 (permalink)
Registered User
 
Join Date: Apr 2008
Posts: 8

Hi Mary ~
This may be the same thing you already figured out but this is what I use:

* {
margin: 0;
padding: 0;
}
body {
text-align: center
}
#page {
margin: 0 auto;
width: 960px;
text-align: left;
}
bluemermaid is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-23-2008   #7 (permalink)
Be Unique. Be Heard.
 
Jacorre's Avatar
 
Join Date: Jul 2006
Location: USA
Posts: 472

The most common way now is using CSS and setting the left and right margins to auto for your containing div, as has been stated. The only downside to this is that it doesn't work in older versions of IE. If you don't care about that, then you're all set.

If you do care about older versions of IE, then the way around it is by setting the text align to center for the body. But doing this will center everything! So then you'll have to set the text align to left for any areas where you don't want the text to be centered.
__________________

Jacorre Studios Blog
Jacorre is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Center All Elements Roosta HTML / PHP / ASP / JS 1 12-02-2007 04:48 AM
Page Margins Chamenas Adobe Photoshop 5 01-27-2007 03:00 PM
All CSS page ecntrc HTML / PHP / ASP / JS 4 12-28-2006 07:57 PM
Splash Page alexcahiz Showrooms & Works In Progress 15 12-28-2006 06:52 PM
page printing help jumbosheep HTML / PHP / ASP / JS 5 12-20-2005 08:33 PM


All times are GMT +1. The time now is 08:00 AM.
Content Relevant URLs by vBSEO 3.2.0

Design & Content © BioRUST 2007 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT