Re: style Tag in header or stylesheet relation - WeOnlyDo Discussion board

Re: style Tag in header or stylesheet relation (General questions)

by reggie strong, Monday, March 21, 2005, 16:14 (6998 days ago) @ wodSupport

Thanks for your fast answer.
I try to explain my problem a bit more, but maybe I just don't understand what you mean:

I want to use the wodWebServer as a built-in webserver in an application to read some status out and start/stop some processes by browser. The webpages are composed dynamically by VB code. In the event RequestDone the application evaluates the action the user want to do and composes the webpage on the fly. If I understand the use of wodWebServer right, for that reason I have to fill in at least the user.response.body property and optionally the user.response.headers property. For the needed functionality it works really ok, but I would like to use a stylesheet (somewhat.css file) that is stored in the application path. In a static page I can write code like
link rel= stylesheet type= text/css href= formate.css in the header part and it works ok. As the webheaders of wodWebServer always consist of a name and a value, I just would like to know if this is possible to enter (and how) or not.
If this is not possible, I have to put all the style formatting hardcoded into the VB code, which I want to prevent.

Maybe it's clear now what I mean.
Thanks and kind regards
reggie


Complete thread: