[quote=watashi]not bad..but how to center the whole content of your about me section,coz it looks like it aligned in the left part of your profile.[/quote]
Just add this to your css
body,td,tr,div,p,h4 {
text-align:center;
}
and add this
margin:0px auto;
in
.aboutmetitle
.aboutmecontent
eg.
[spoiler].aboutmetitle {
margin:0px auto;
cursor:hand;
text-align:center;
font-family: Verdana;
font-size: 11px;
height:18px;
width:280px;
color:#fff;
background-color: #000;
background-repeat: repeat;
background-position: top center;
background-image: url();
}
.aboutmecontent{
margin:0px auto;
display:none;
width:280px;
font-size:10px;
text-align:center;
color:#fff;
background-color: #333;
background-repeat: repeat;
background-position: center center;
background-image: url();
}[/spoiler]
Last edited by vinok (2008-11-06 11:49:09)