Log In · Register

 
 
Closed TopicStart new topic
Alignment problems
anltnepo
post May 26 2008, 08:10 PM
Post #1


Newbie
*

Group: Member
Posts: 1
Joined: Mar 2007
Member No: 512,110



Heyy everyone. My problem is that whatever lj layout I use(in s1), everything aligns to the left instead of the center. I've tried to fix it but nothings working. can anyone help me? please& thank you.

here's my site:http://ohhamanduh.livejournal.com
 
libertie
post May 27 2008, 02:52 PM
Post #2


This bag is not a toy.
*******

Group: Staff Alumni
Posts: 3,090
Joined: Oct 2007
Member No: 583,108



I'm guessing it has to do with this code:
CODE
table {
width:450px;
margin-left: 0%;
margin-right: 0%;
margin-bottom: -15px;
}


If you'll change the 0% to auto instead:

CODE
table {
width:450px;
margin-left: auto;
margin-right: auto;
margin-bottom: -15px;
}


That should fix your problem.
 

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