i am trying to figure out how to include my custom css file in all pages in my site..

i have added this:

<link rel="stylesheet" href="./static/css/styles.css" type="text/css" />

to my LOmaster.kid file..

i basically just saved master.kid as LOmaster.kid, so i can always have a copy of the file that has been untouched..

my index.kid file has this:

<html xmlns="http://www.w3.org/1999/xhtml"; xmlns:py="http://purl.org/kid/ns#";
    py:extends="'LOmaster.kid'">

but for some reason, i cannot get the page to import the css file. when i look at the source, i don't see it in there, either..

anyone have any ideas?

thanks!

--
___
sergio t. ruiz
red red design
419.207.3927
www.redreddesign.com

Reply via email to