REGISTER
|
Search Tycoon Talk
|
Freelancer.com
|
Members
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.
Register Here
Forum Rules
HTML Forum
You are currently viewing our HTML Forum as a guest. Please
register
to participate.
Login
Remember Me?
Login via Freelancer.com
Tycoon Talk
>
Web Development and Programming Support
>
HTML Forum
>
How to make page's content centered
Post a Project »
Find a Professional HTML Freelancer!
Find a Freelancer to help you with your HTML projects
FREE Outsourcing eBook!
Go
Link Back
Thread Tools
Search this Thread
How to make page's content centered
07-05-2007, 09:49 AM
#
1
(
permalink
)
How to make page's content centered
Nathand
Extreme Talker
Posts: 233
Location: USA
Trades:
0
Talkupation:
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
Register
now for full access!
07-05-2007, 10:21 AM
#
2
(
permalink
)
Re: How to make page's content centered
jameslow
Skilled Talker
Posts: 62
Trades:
0
Talkupation:
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;
}
07-05-2007, 12:08 PM
#
3
(
permalink
)
Re: How to make page's content centered
LadynRed
Defies a Status
Posts: 10,017
Location: Tennessee
Trades:
0
Talkupation:
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
07-05-2007, 03:02 PM
#
4
(
permalink
)
Re: How to make page's content centered
Nathand
Extreme Talker
Posts: 233
Location: USA
Trades:
0
Talkupation:
Thanks to both of you for the replies
« Reply to
How to make page's content centered
Previous Thread
|
Next Thread
Tycoon Talk
>
Web Development and Programming Support
>
HTML Forum
>
How to make page's content centered
Thread Tools
Search this Thread
Show Printable Version
Email this Page
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
Forum Rules
Feeds:
RSS
JS
XML
Feeds for this forum:
RSS
JS
XML
LinkBack
LinkBack URL
About LinkBacks
Bookmark & Share
Digg this Thread!
Add Thread to del.icio.us
Bookmark in Technorati
Tweet this thread
Page generated in
0.15877
seconds with
12
queries