You need a server-relative style sheet link: <link rel="stylesheet" rel="stylesheet" href="/static/css/task.css" type="text/css" media="all" />
Notice the slash in front of static. If you are at a URL like '/edit/whatever', the url 'static/style.css' points to '/edit/static/style.css'. If you use the slash in the href, it points to '/static/style.css'. Dragan -- You received this message because you are subscribed to the Google Groups "web.py" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/webpy. For more options, visit https://groups.google.com/groups/opt_out.
