Hello!
I am wondering if it is possible to place a counter in the menubar. Not as a link, just as a piece of information. How could I do that?
Greetings from Sweden!
/Felix
counter in menubar
Hi Felix
I would try this: Take the html code that you would normally use to show the counter on your page, and put it in the text= setting of an aI() menu item definition. If you have trouble, try (1) enclosing the entire setting in back quotes, like so: aI("text=`html code...`;url=;");, and (2) in the html code, try using single quotes or no quotes around assigned values instead of double quotes.
Hope that helps,
Kevin
I would try this: Take the html code that you would normally use to show the counter on your page, and put it in the text= setting of an aI() menu item definition. If you have trouble, try (1) enclosing the entire setting in back quotes, like so: aI("text=`html code...`;url=;");, and (2) in the html code, try using single quotes or no quotes around assigned values instead of double quotes.
Hope that helps,
Kevin