Re: Creating link to root

2007-09-29 Thread scooper
> I solved this problem in the following way: > 1) Set thestylesheetlink tag to > 2) Created a rule in urls.py where r"^styles\.css" points to an > appropriately written view. > 3) Created a view that output the desired CSS code as plain text > (using a template) Hi, I'm pretty new to django, an

Re: Creating link to root

2007-09-19 Thread havard
Florian Lindner skreiv: > Hello, > a common problem I have is that I have references in my main template like CSS > or an background image: > > > > This template is used within different paths. Therefore I need to have the > styles.css availabe in every path the template could be used. > An alter

Re: Creating link to root

2007-09-17 Thread Florian Lindner
Am Sonntag, 16. September 2007 schrieb Christian Joergensen: > Florian Lindner wrote: > > Hello, > > a common problem I have is that I have references in my main template > > like CSS or an background image: > > > > > > > > This template is used within different paths. Therefore I need to have >

Re: Creating link to root

2007-09-16 Thread James Bennett
On 9/16/07, Florian Lindner <[EMAIL PROTECTED]> wrote: > This template is used within different paths. Therefore I need to have the > styles.css availabe in every path the template could be used. > An alternative would be give the entire URL href="http://xgm.de/styles.css. > But then I need to cha

Re: Creating link to root

2007-09-16 Thread Michael Lake
Florian Lindner wrote: > Hello, > a common problem I have is that I have references in my main template like > CSS > or an background image: > > > > This template is used within different paths. Therefore I need to have the > styles.css availabe in every path the template could be used. I'm

Creating link to root

2007-09-16 Thread Florian Lindner
Hello, a common problem I have is that I have references in my main template like CSS or an background image: This template is used within different paths. Therefore I need to have the styles.css availabe in every path the template could be used. An alternative would be give the entire URL hr

Re: Creating link to root

2007-09-16 Thread Christian Joergensen
Florian Lindner wrote: > Hello, > a common problem I have is that I have references in my main template like > CSS > or an background image: > > > > This template is used within different paths. Therefore I need to have the > styles.css availabe in every path the template could be used. Coul