io
02-17-2005, 02:42 AM
pixelpost is very new to me, so there is something i want to know.
is it possible to use CSS seperestely to make a new template?
I mean...
first, make a new directory in the template directory.
and then, put a new image_template.html in that new directory.
put this meta into an image template.html
<link rel="stylesheet" type="text/css" title="your_css_name" href="./your_css_name.css" />
here is my question about the path to the CSS file.
should i use absolute pass from index.php, or is it OK to use relative path?
OR is there any good way?
thank you,
io
is it possible to use CSS seperestely to make a new template?
I mean...
first, make a new directory in the template directory.
and then, put a new image_template.html in that new directory.
put this meta into an image template.html
<link rel="stylesheet" type="text/css" title="your_css_name" href="./your_css_name.css" />
here is my question about the path to the CSS file.
should i use absolute pass from index.php, or is it OK to use relative path?
OR is there any good way?
thank you,
io