css relative path
-
Hello,
some problems with relative path:
The default css template is here:
<link rel=’stylesheet’ href='<?php echo PDF_PLUGIN_URL .’initialisation/template.css’; ?>’ type=’text/css’ />
but if you try to create a new css template with a relative path upper than the plugin directory it doesn’t work. Best to replicate is to duplicate template.css in the plugin folder and so the adress should be:
<link rel=’stylesheet’ href='<?php echo PDF_PLUGIN_URL .’../template.css’; ?>’ type=’text/css’ />
…but doesn’t work !
Did I miss something ?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘css relative path’ is closed to new replies.