Hi.
I've changed the navbar with a picture, and I've tried to center it with some center codes for css. But it doesn't work!
This is my code for the navbar pic:
#pun-head #pun-navlinks {
background-image:url('https://2img.net/h/oi44.tinypic.com/lguap.png'); }
#pun-head #pun-navlinks {
background-image:url('https://2img.net/h/oi44.tinypic.com/lguap.png');
background-repeat: no-repeat; }
#pun-head #pun-navlinks {
padding: 4.1em 1.5em 5.5em 1.1em;
background-color: transparent
border-color: #ffffff;
}
I don't know where to put the center codes, and if it does matter, but I've tried:
margin: 0 auto
and:
margin-left:auto;
margin-right:auto;
and then:
text-align: center
but none of them seems to work on my PunBB forum.
What to do??
I've changed the navbar with a picture, and I've tried to center it with some center codes for css. But it doesn't work!
This is my code for the navbar pic:
#pun-head #pun-navlinks {
background-image:url('https://2img.net/h/oi44.tinypic.com/lguap.png'); }
#pun-head #pun-navlinks {
background-image:url('https://2img.net/h/oi44.tinypic.com/lguap.png');
background-repeat: no-repeat; }
#pun-head #pun-navlinks {
padding: 4.1em 1.5em 5.5em 1.1em;
background-color: transparent
border-color: #ffffff;
}
I don't know where to put the center codes, and if it does matter, but I've tried:
margin: 0 auto
and:
margin-left:auto;
margin-right:auto;
and then:
text-align: center
but none of them seems to work on my PunBB forum.
What to do??
Last edited by Novaen on April 2nd 2012, 11:31 pm; edited 3 times in total