Follow-on...

Pulled the trigger just a minute too soon. It was defined in another file using the str_replace() function. At least I assume this is where it is defined. It looks like this:

$text=str_replace("<LOGOCOLOR>","#".$logocolor,$text);

I have not yet tracked down the other variables.

Bill Braun


On 6/2/2011 5:57 PM, Bill Braun wrote:
I am working with a style sheet that makes wide use of this syntax:

TABLE.BODY{
 border-style: solid;
 border-color: <LOGOCOLOR>;
 background-color: <BGCOLOR>;
}

I have done a good deal of searching on CSS sites without finding anything that addresses this. I assume that the brackets refer to a previously defined value, but I thus far I don't have any idea where to look.

Any suggestions?

Bill Braun


______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to