hi michael

> <!--#if expr="${DOCUMENT_URI} = /edc/arts/" -->
> <!--#set var="BG_COLOR" value="red" -->
> etc
> <!--#endif -->
> td.footer { background-color:<!--#include file="$BG_COLOR.txt"-->; }

as far as i can tell, you don't want to include a file at this point, but
rather, just substitute the value of the variable that you set earlier

for this, you need the ECHO directive

   td.footer { background-color: <!--#echo var="BG_COLOR" -->; }


rudy


____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to