Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
How to make page's content centered
Old 07-05-2007, 09:49 AM How to make page's content centered
Nathand's Avatar
Extreme Talker

Posts: 233
Location: USA
Trades: 0
Hi, I'm pretty new to web programming and need a little help. I want to program my website so that the content is in the middle of the page, with back borders on each side. Visit this page to see what I mean:

http://huntington.edu/

They don't have black borders there, but nevertheless that's what I'm trying to do.

How should I do this? I tried using frames and tables, but haven't had much luck with either...

Thanks for the help!
-Nathan
Nathand is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-05-2007, 10:21 AM Re: How to make page's content centered
Skilled Talker

Posts: 62
Trades: 0
web site can not be found.

but if you have not already. do this to make it centered + border

wrap all your content in a div e.g. <div id="wrap">content</div>

css:
#wrap{
margin:0 auto;
border-left:1px solid black;
border-right:1px solid black;
}
jameslow is offline
Reply With Quote
View Public Profile
 
Old 07-05-2007, 12:08 PM Re: How to make page's content centered
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
That will work - but not for IE 6 and below.
In order to center in IE 6 and below, you have to add text-align:center to the body declarations:

body{
text-align: center;
}
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 07-05-2007, 03:02 PM Re: How to make page's content centered
Nathand's Avatar
Extreme Talker

Posts: 233
Location: USA
Trades: 0
Thanks to both of you for the replies
Nathand is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to How to make page's content centered
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.15877 seconds with 12 queries