SG
2004-04-21 16:41:50 UTC
This seems basic, but how do you include a css stylesheet
in a smarty template? I have no trouble including inline styles
using {literal}{/literal}, but including <link rel="stylesheet" href=
"../css/style.css" type="text/css"> between the <head> tags does nothing
even though
it works in a regular html page [ie, not one called via
$smarty->display()].
I've tried putting {literal} tags around the styles in the external
sheet (as well as not putting them), & importing the sheet via @ import
url or
including the file via {include file=""}, but nothing
goes. The docs indicate this is doable:
"The simplest thing is to avoid the situation altogether by separating
your
Javascript and CSS code into their own files and then using standard
HTML methods to access them. "
What am I missing? Does s/o have an example of a template that includes
a stylesheet that works? Are .conf files supposed to replace
css stylesheets? Thanks in advance,
s.
in a smarty template? I have no trouble including inline styles
using {literal}{/literal}, but including <link rel="stylesheet" href=
"../css/style.css" type="text/css"> between the <head> tags does nothing
even though
it works in a regular html page [ie, not one called via
$smarty->display()].
I've tried putting {literal} tags around the styles in the external
sheet (as well as not putting them), & importing the sheet via @ import
url or
including the file via {include file=""}, but nothing
goes. The docs indicate this is doable:
"The simplest thing is to avoid the situation altogether by separating
your
Javascript and CSS code into their own files and then using standard
HTML methods to access them. "
What am I missing? Does s/o have an example of a template that includes
a stylesheet that works? Are .conf files supposed to replace
css stylesheets? Thanks in advance,
s.
--
Smarty General Mailing List (http://smarty.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Smarty General Mailing List (http://smarty.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php