Re: Stylesheet Inheritance

2008-02-01 Thread quizkiwi
Thank you both! I was using the reference in the base template, but was missing that first /. I appreciate you time. On Feb 1, 1:18 pm, Brian Rosner <[EMAIL PROTECTED]> wrote: > > I am having trouble getting my stylesheet to appear in each html > > file. I have a base template that contains th

Re: Stylesheet Inheritance

2008-02-01 Thread Brian Rosner
> I am having trouble getting my stylesheet to appear in each html > file. I have a base template that contains the path to the css file. > Each page that extends the base template simply adds the path of the > css file on to its current uri to get the wrong location. Is there a > way to specif

Re: Stylesheet Inheritance

2008-02-01 Thread Albert Hopkins
On Fri, 2008-02-01 at 09:57 -0800, quizkiwi wrote: > I am having trouble getting my stylesheet to appear in each html > file. I have a base template that contains the path to the css file. > Each page that extends the base template simply adds the path of the > css file on to its current uri to