hi,
>
>     this is my first post to this brand new list. Is anyone there
> reading?
>

At least some people are posting :-)

>     well, my problem is as stupid as it is astonishing... My trustworthy
> (development) apache server is serving a lot of pages sites that
> succesfully make use of the $escmode to spit out HTML...
>
>     Now one simple page is NOT working propely. The code is ...
>
>
> [+ $escmode=0; '<font color="blue">XX1</font>' +]
>
>   and the result is...
>
> XX1
>

Did you set the optRawInput? You should always set it in your server config,
if you don't use a high level html editor (like MS Frontpage etc.). You
could also set it in your page like:

[- $optRawInput = 1 -] [+ $escmode=0; '<font color="blue">XX1</font>' +]

Note that the setting of optRawInput _must_ be in a block before the block
it should applied to.

Gerald

-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to