Hi,
I'm refactoring a website and I'm trying to build it in widgetised sections, so in my template I can at any time use
However, I would like to keep the CSS in an external file, only you cannot use
outside of the header.
So I have found I have to use <style> tags within the widget template, breaking the design / content separation paradigm.
How do I resolve this conflict?
Thanks,
1DMF
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Dance Music Downloads
I'm refactoring a website and I'm trying to build it in widgetised sections, so in my template I can at any time use
Code:
<tmpl_include name='xyz.tp'>
However, I would like to keep the CSS in an external file, only you cannot use
Code:
<link href="path/my.css" rel="stylesheet" type="text/css" />
So I have found I have to use <style> tags within the widget template, breaking the design / content separation paradigm.
How do I resolve this conflict?
Thanks,
1DMF
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Dance Music Downloads