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

