I'm having issues defining and using custom colors with the <COLOR> MXP tag. Right now I'm penned in with
(#AAAAAA is set as a 'default' for HTML) but I've got no working out of using the MXPTAG
Any ideas where I'm screwing up at?
#define HTML_WHITE "#FFFFFF"
...
(in MXP definitions):
write_to_buffer( d, MXPTAG ("!ELEMENT Col '<color &text;>'" "ATT='name #AAAAAA'"), 0); MXPTAG("Col" HTML_WHITE)
OR
MXPTAG("Col #FFFFFF")Any ideas where I'm screwing up at?