Log In · Register

 
 
Closed TopicStart new topic
centered?, page.
NotWorthMyTime9
post Jul 19 2005, 03:02 AM
Post #1


ange will cut you up.
**

Group: Member
Posts: 20
Joined: May 2005
Member No: 139,718



okay okay okay. how the hell do you center your page, so that your name and all that stuff is all center. on this girls myspace, her whole "view all blog entries" is even centered. Help meee.
 
*mipadi*
post Jul 19 2005, 07:20 AM
Post #2





Guest






You can try this:
CODE
<style type="text/css">
   body {
       margin:20px auto;
}
</style>

The auto attribute will make everything in the body centered. (The 20px puts a 20 pixel margin at the top and bottom of the page.) It works better if you provide a width, too, like this:
CODE
<style type="text/css">
   body {
       margin:20px auto;
       width:800px;
}
</style>
 

Closed TopicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members: