Topic: Align board title
I want to align the board title to the center instead of left as it is now.
Witch file to I have to edit?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → Align board title
I want to align the board title to the center instead of left as it is now.
Witch file to I have to edit?
header.php, search for pun_title and add <center></center> to it.
Works fine except that it get behind the board logo....
I would prefer to have it just below it.
link?
look in the css u can modify it there.
{text-align:center;}
#brdtitle H1 {
FONT-SIZE: 1.4em;
text-align: center;
}
http://highschooljamz.org
is that what you want to do?
Don't use <center>. That something from way back in the 20th Century. Its not valid XHTML and as far as I know was actually deprecated in HTML 4.01. Just use the stylesheet like quaker said. To vertically position the board title just add some top padding to it.
link?
look in the css u can modify it there.
{text-align:center;}#brdtitle H1 {
FONT-SIZE: 1.4em;
text-align: center;
}http://highschooljamz.org
is that what you want to do?
Thanx quaker, works great!!
Don't use <center>. That something from way back in the 20th Century. Its not valid XHTML and as far as I know was actually deprecated in HTML 4.01. Just use the stylesheet like quaker said. To vertically position the board title just add some top padding to it.
As long as it's working it's fine for simple things
evil giggles... i won one..hehehe.....muhaaahaa!
You are learning, my young Padawan
thank you! oh great one..
but i still say Join the Dark Side.. u get a much cooler cap and sword and a box that changes ya voice for prank call's...lmao.
/nick Darth_Bekko
Oops, not IRC ^^
Anyways, I like the shiny red lightsaber
PunBB Forums → PunBB 1.2 troubleshooting → Align board title
Powered by PunBB, supported by Informer Technologies, Inc.