You can pass
response.files.append(URL('static','mystylesheet.css'))On Jan 3, 12:41 pm, Manu <[email protected]> wrote: > Hi > I would like to know if it would be possible to pass a internal > stylesheet to a resonse object ? > for inst ; > <head> > <style type="text/css"> > hr {color:sienna;} > p {margin-left:20px;} > body {background-image:url("images/back40.gif");} > </style> > </head> > > Can i pass this to the reponse.header dictionary ? > > Thx

