At 10:28 AM 11/30/2002 +1300, you wrote:
. . . but it seems to me that it would be better to use something like <!--#if expr="${DOCUMENT_URI} = /edc/arts/" --> <!--#set var="BG_COLOR" value="red" --> etc <!--#endif --> td.footer { background-color:<!--#include file="$BG_COLOR.txt"-->; }but I keep getting a processing error. in the #include file step. The server is using a version of Apache which supports XSSI, and I had created a text file BG_COLOR.txt.
Did you create text files such as "red.txt", etc.? If you set the var as "red" and then use the var in a filename, the file it will be looking for is [var].txt... or, in the above case, "red.txt" Cheers, Tom
Do I need to create the variable in the config file to get this to work ( I don't have access permission for that) or am I missing something very obvious?? TIA --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.422 / Virus Database: 237 - Release Date: 20/11/02 ____ � 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.unsub%%
____ � 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]
