It is assigned in the results window - along with all the other colour settings of my stylesheet - all the other ones work.
I've tried outputting the variable as @@SuggestionBoxColor but same result. Strangely enough I renamed the variable and it started working. It's like the domain variable got corrupted or something. I dunno. -----Original Message----- From: Scott Cadillac [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 11:12 AM To: [EMAIL PROTECTED] Subject: Re: Witango-Talk: Metatags leaking through Hi James, It makes sense, if the assignment of the <@VAR SuggestionBoxColor encoding=none> variable is not performed in the Results window of a Search or DBMS Action. The <@COLUMN> metatag only works in the Results window of the Search and DBMS Actions - otherwise I think you get the literal string that you got. Hope this helps. Cheers.... ----- Original Message ----- From: "James MacFarlane" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 12, 2003 9:03 AM Subject: Witango-Talk: Metatags leaking through > My page wasn't rendering properly, so I did a VIEW SOURCE and found a > metatag that didn't resolve to its value: > > .clr1{ > background-color : 216384; > } > .bgclr{ > background-color : #<@COLUMN 'SiteSkin.SuggestionBoxColor'>; > } > .bgclr2{ > background-color : EB0011; > > > Now here's my source code. Note that I'm not using <@COLUMN> in my code, but > it gets output to the page that way. > > .clr1{ > background-color : @@textButtonColor; > } > > .bgclr{ > background-color : #<@VAR SuggestionBoxColor encoding=none>; > > } > .bgclr2{ > background-color : @@textButtonHighlightColor; > } > > > It doesn't make any sense! > > Anyone have any ideas? > > - James. > > ________________________________________________________________________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
