MyBB Community Forums

Full Version: Is there a way to...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have my homepage, which uses a css file, is there a way I could call the css file in the templates? I want the same header throught my whole site and I need the css
Put the CSS file into the forum template and call the forum template css file from your homepage. ;]
Put the CSS in the template? Or create a template just for the CSS (How would I call that?)
Go to the themes page, click on the active theme, click 'Add Stylesheet,' type in a name (say, homepage.css), make sure 'Attached to' is set to 'Globally,' click 'Write my own content', paste your site's .css into the box and click save. Then just paste

<link type="text/css" rel="stylesheet" href="http://www.website.com/forum/cache/themes/theme12/homepage.css" />
onto your homepage (it will automatically add to the forum). Change theme12 to the ID of the theme.