I suppose you are pointing the static css file with something like :
<link rel="stylesheet" href="/static/file.css">

/static is the folder webpy provides for such files.

And making sure your regex for the uri doesn't overwrite the "static"
keyword... right?

Saludos desde México.



On Apr 30, 12:12 am, Heur <[email protected]> wrote:
> Hi guys... and girls... :D
>
> I have a simples subscribe program with web.py.
> And I'm using some templates. One of those templates have a
>
> $def with (user)
>
> on start.
>
> When I put the way to my css files, the server don't find the file.
> I've executed tests, openning the template file alone, direct in the
> browser,
> and it read the css file without problems.
>
> When I run it in the server, with python, don't read my css file.
>
> Someone can help me?
> Is a configuration, or no such options for this?
>
> (and sorry for the grammatical error's, because I'm brazilian)
>
> Obrigado Gente :D:D:D

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to