This topic is locked

CSS - Custom Files

10/15/2017 2:02:08 PM
PHPRunner General questions
G
GregJ author

I have created a whole bunch of custom html files within PHPR, stored under Custom Files. Seems like the Custom CSS under Style has no effect on them. Is that normal?

G
GregJ author 10/15/2017

Just took the dog out for a walk and realized what the problem is. I didn't point the custom files to the 'corporate' CSS files.



{BEGIN rtlCSS}

<LINK href="styles/defaultRTL.css" rel="stylesheet" type="text/css">

{END rtlCSS}

{BEGIN styleCSSFiles}

<LINK href="{$stylepath}" rel="stylesheet" type="text/css">

{END styleCSSFiles}