Actually I have narrowed the problem down to anything requiring quotes 
within the table tags.  It seems that any tag modifier within a table gets 
the quote characters escape'd.  I tried to t.setFilterState(false) but it 
still escapes my quotes.  Outside of the table I have no problems.  The 
short problem is that I would like to alternate the background color and 
the text color every other line of a table.  ECS allows me to do this but 
it mangles my color defs because "#FFFFFF&#34 translates to "#00FFFF" 
within IE and Nav.  Very frustrating.

Note in the following HTML that the table tag seems to translate any QUOT 
character into its escape sequence but at the end of the table the font tag 
works again (outside of the table):

<html><head><title>Demo</title></head><body><h1>Demo</h1><h3>Sub 
Header</h3><table cols=&#34;8&#34;><tr bgcolor=&#34;#000080&#34;><td><font 
color=&#34;#FFFFFF&#34;>PROJECTID</font></td><td><font 
color=&#34;#FFFFFF&#34;.... </table><font color="#0000FF">Blue 
Text</font></body></html>

This is driving me crazy.  What am I missing?  FYI, I took a look at the 
ecs.properties file and filter seems to already be off.

Mike

-----Original Message-----
From:   jon * [SMTP:[EMAIL PROTECTED]]
Sent:   Thursday, January 13, 2000 11:14 AM
To:     ECS
Subject:        Re: Color Translation Problem

on 1/13/00 9:54 AM, Mike Wilson <[EMAIL PROTECTED]> wrote:

> My best guess is that something is filtering the quote character and
> translating it to the escape sequence.  Any help would be appreciated.

Turn off filtering in the ecs.properties file.

-jon

--
Come to the first official Apache Software Foundation
Conference!  <http://ApacheCon.Com/>




--
------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]


--
------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to