Quote:
Originally Posted by user25148
I went ahead and made a css file and it did group itself with the other css templates in the style manager. I tried to link my custom template page to this css file using
Code:
<link rel="stylesheet" type="text/css" href="name of css template here">
in between the <head></head> tags however this had no effect and the code inside this css template did not run.
|
You don't create actual files in the template manager, and therefore you can't integrate them that way. That code would look for a stylesheet file with that name in your forum root, and where should that come frome?
You need to create an actual, physical css file in your file system and link to that properly.