XF 2.0 Adding CSS for a page node?

RobParker

Well-known member
I thought I understood how to do this but it doesn't seem to work.

I have a pade node with template _page_node.116

I added this into the template:

Code:
<xf:include template="page116.css"/>

Then in page116.css template I added all the CSS.

However, when I load the page node, all the CSS text is just displayed as text on the page.

Do I need to wrap the CSS in something?
 
Top Bottom