Tutorialstream.com Forum Index
 FAQ   Search   Members   Usergroups   Register   Profile   Log in to check your private messages   Log in 

Log in
Username:    Password:      Log me on automatically each visit    
centering a layout

 
Post new topic   Reply to topic    Tutorialstream.com Forum Index -> Web Design
View previous topic :: View next topic  
Author Message
bottle



Joined: 30 Oct 2006
Posts: 21

PostPosted: Sat Jan 27, 2007 12:37 am    Post subject: centering a layout Reply with quote

ok, this might be a silly question but how do you center a layout from the CSS?
if you put text-align: center; then you'll have all your text centered and this....sucks

?!?!
Back to top
View user's profile Send private message
tartan



Joined: 14 Nov 2006
Posts: 18

PostPosted: Sat Jan 27, 2007 9:52 pm    Post subject: Reply with quote

I've seen this on some forums
it's done by margins but I don't know how you can calculate the left and right margins Neutral
Back to top
View user's profile Send private message
Fed
Site Admin


Joined: 12 Aug 2005
Posts: 176

PostPosted: Mon Jan 29, 2007 11:20 pm    Post subject: Reply with quote

TS is centered with
Code:

#container
{
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}
Back to top
View user's profile Send private message Send e-mail Visit poster's website
bottle



Joined: 30 Oct 2006
Posts: 21

PostPosted: Tue Jan 30, 2007 10:17 pm    Post subject: Reply with quote

thanks, it works
I don't understand why there's always some white space at the top of the page
is it possible to remove it? how?
Back to top
View user's profile Send private message
fivesevennine



Joined: 09 Dec 2005
Posts: 7

PostPosted: Thu Feb 01, 2007 1:27 pm    Post subject: Reply with quote

Code:
body {

margin: 0px;

}


Should remove any space (margins) at the top and bottom of the site.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Tutorialstream.com Forum Index -> Web Design All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

phpBB SEO URLs V2 - Icons by Mark James

Powered by phpBB © 2001, 2005 phpBB Group