Where do you add phpbb stylesheets?

Everything about customizing and using phpBB styles (templates).
Forum rules
This forum is not for any support questions/issues/features. Please use Support Center for such requests.
Post Reply
MrAnonymous
Rookie
Rookie
Posts: 34
Joined: May 13th, 2014, 4:44 pm
Name: Neel

Where do you add phpbb stylesheets?

Post by MrAnonymous »

I read your topic here on customising phpbb template and it was very useful. But it doesnt say where do you place the css stylesheets for phpbb? Usually its placed inside <head> tag and since we are removing the head and changing body to div, what happens with css files included in header? Do we need to place them inside body div? If the stylesheets are to be added in body div, isint it bad practice to place stylesheets in html body?
User avatar
Admin
Site Admin
Site Admin
Posts: 1064
Joined: October 21st, 2008, 6:39 pm
Name: Administrator
Browser: Chrome

Re: Where do you add phpbb stylesheets?

Post by Admin »

Stylesheets should be left on top of overall_header.html.
Bridge has a setting 'Extract stylesheets' which allows to move stylesheets into <head> of Joomla template.
MrAnonymous
Rookie
Rookie
Posts: 34
Joined: May 13th, 2014, 4:44 pm
Name: Neel

Re: Where do you add phpbb stylesheets?

Post by MrAnonymous »

Thanks for that. That should solve it perfectly. This bridge is simply amazing... It does almost everything.
Post Reply