Quote:
Originally Posted by Coleccromos
Just a question!
Which would have put the code "<center>" buttons to focus.
I am working to give a new format to my forum and I find this very interesting modification
Congratulations!
|
Thanks,
I think you mean how do you center the tabs ??
You need to change the value in Red, By trial and error, until you see the buttons in the Center. It will vary from forum to forum as people may have different button sizes and the amount of tabs may vary, so you need to edit this part of the code (in red) to centralise your tabs
Quote:
#tabs1 {
float:centre;
width:100%;
background:#F4F7FB;
font-size:93%;
line-height:normal;
border-bottom:1px solid #BCD2E6;
}
#tabs1 ul {
margin:0;
padding:10px 10px 0 300px;
list-style:none;
}
#tabs1 li {
display:inline;
margin:0;
padding:0;
}
#tabs1 a {
float:left;
background:url("http://i475.photobucket.com/albums/rr114/ukbusinesslive/tableft1.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tabs1 a span {
float:left;
display:block;
background:url("http://i475.photobucket.com/albums/rr114/ukbusinesslive/tabright1.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#627EB7;
|
Hope that helps