-
phpBB Help
I've set up my phpBB and altered a template that I downloaded to make it all fancy pants.
I've completely edited the CSS, but the background colors aren't changing. I've also tried editing the colors through the ACP, but nothing changes.
If anyone knows how to change the colors, I will say YAY YAY!
http://questw0rld.com/forums/
-
Sorry, but you can only advertise in your signature.
*closes*
-
Remind me to punch you in the face if I ever see you.
-
Might be hard coded into the template?
-
Your HTML has bgcolor set for the body tag, like this:
Code:
<body bgcolor=#63346A marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" rightmargin="0">
Probably in the overall_header template file, depending on which version of phpbb you have.
-
I wanted someone else to think so before I took the time to look through them all. And then you did so I did and I found it. Huzzah!
Thank you, Baloki. You're not as evil as you were yesterday.