How do I post this in a phpBB3 based forum that uses CSS?

In a phpBB3 based forum you cannot edit the templates. It only accepts CSS code in the CSS style-sheet. When I post the coding that I get from the main page, then post that in my CSS, it errors on me. How can I convert this to work on my style-sheet? Any help would be appreciated. Thanks.
Forgive me if I have missed the answer somewhere here. ...
Comments
-
You can't. Java and html belong in the html/php/whatever document, not in the CSS.
CSS is simply styling information not content (aside from background image loads etc).
I haven't played with PHPBB in a long time, but there has to be a spot for you to add a plugin or a sidebar.
You may have to read up on the templates that build the site and locate the footer template and tack the code at the end or just before the end.
Sarcasm is my love language. Obviously I love you.
0 -
[quote]Go into your FTP and connect to your forum. Go to styles --> [YOUR STYLE] --> templates --> overall_header.html & overall_footer.html
SOURCE: http://www.phpbb.com/community/viewtopic.php?f=71&t=1119225
Sarcasm is my love language. Obviously I love you.
0