
July 18, 2008
11:45 a.m.
Dnia 2008-07-17, o godz. 09:54:15 DJ <d.a.abernathy@gmail.com> napisał(a):
Hello Again,
I am using twisted.web.http to prototype a few webpages and link to my stylesheet ( <link rel=stylesheet type="text/css" href="configstyle.css" />) does not work. If I save the page has a standalone HTML file and open it in a browser window, everything works fine, but not when I call it through twisted. Does anyone know why and is there a workaround ?
You need to add static.File child to your root resource. Read about addChild method of rend.Page . -- m