I tried to change some colors like described in the multicolor sample.
I added '# offfontcolor=000000;onfontcolor=333333' in the position of the "alt-URL"-Entry. It does not work. I checked everything, but I can't find any error.
Any Idea?
Thanks
Martin
Problems with onfontcolor or offfontcolor
Hi,
The alt_url slot is only used if you have a show-menu in the URL slot.
So you should use:
For no show-menu= and
-- Andy
The alt_url slot is only used if you have a show-menu in the URL slot.
So you should use:
Code: Select all
,"Menu Item","link.html code here;",,,1
Code: Select all
,"Menu Item","show-menu=menu","# code here;",,1
I've just tried.
and it works on version 3.4.12. The above parameters were added after version 3.3.19 so if you are using that version it could be the problem.
Cheers
Andy.
Code: Select all
,"NEWS","index.cfm? offfontcolor=000000;onfontcolor=CC0000;",,"Bitte wählen Sie...",0
Cheers
Andy.
Hi Andy,
I use the latest version. So, i compared the code again. I can't find any differences. The only difference is this: I have to use the '-signs instead of the "-signs to avoid conflicts with my ColdFusion Code.
I you like, you can visit the prototype here:
http://projectscf.merlinconsulting.ch/sgp
Thank you
I use the latest version. So, i compared the code again. I can't find any differences. The only difference is this: I have to use the '-signs instead of the "-signs to avoid conflicts with my ColdFusion Code.
I you like, you can visit the prototype here:
http://projectscf.merlinconsulting.ch/sgp
Thank you

ar that would do it.
Can you not escape the " characters with \ like this
Cheers
Andy
Can you not escape the " characters with \ like this
Code: Select all
,\"NEWS\",\"index.cfm? offfontcolor=000000;onfontcolor=CC0000;\",,\"Bitte wählen Sie...\",0
Andy
I changed the code. I replaced the '-signs with the ColdFusion Chr(34) function. Everthing looks fine, but the color does not change 
http://projectscf.merlinconsulting.ch/sgp
Cheers
Martin

http://projectscf.merlinconsulting.ch/sgp
Cheers
Martin