Topic: HTML Text over Banner.
When viewing my forums in Internet Explorer it puts text over the banner. But it's not there in FireFox.
http://www.Warriors.NewMombasa.com
Any Idea on how to get rid of the text?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → HTML Text over Banner.
When viewing my forums in Internet Explorer it puts text over the banner. But it's not there in FireFox.
http://www.Warriors.NewMombasa.com
Any Idea on how to get rid of the text?
.pun .brdtitle * { display: none; }
Try that.
Which file do I edit that under?
remove <pun_title> and <pun_desc> in main.tpl
dont remove the title...
just go in and add this to the css that you picked.
#brdtitle { display: none; }
#brdtitle p { display: none; }
That removes the banner.
Go to your tpl file and remove the lines (think it was something like "pun_forum_name" and "pun_forum_description") something like that...
The two <pun> parts above <pun_navlinks>
That will remove the text in IE
phaxenor look at the style i made for you?
u will see brdtitle display none....
P.S. i really need to redo that who style.... those big side BG img... errrr
hjahahahaha..
Q
I can't find this TPL file.
include/template folder
place this in your style.css or put it in base.css inside the style/ folder.
this is the code that i put in a style that will not display the brdtitle or the sub txt (p)
/* brdtitle location*/
#brdtitle h1 { position: relative;
display:none }
#brdtitle p { position: relative;
display:none }
Editing the TPL worked. Thank you very much.
PunBB Forums → PunBB 1.2 troubleshooting → HTML Text over Banner.
Powered by PunBB, supported by Informer Technologies, Inc.