I've been trying vehemently to apply an external CSS to a nevow live element template i've created.

putting a reference for it in the head doesn't allow it to be found i'm hosting the server on local host with the command:

twistd -n athena -widget --element=foo.bar


I've had a breif look at the source and it seems it has a cssmodule as well as
a autopackage method for css

will any of that help?

all in all i'm trying to host a chat server/web page @ my domain

i've been reading these:

http://divmodsphinx.funsize.net/nevow/chattutorial/part00/index.html

http://divmodsphinx.funsize.net/nevow/chattutorial/part01/index.html

the comet basis is what i need for my web app.

any help is appreciated


pylix