I am new with ColdFusion and i want to use a cutom tag in our site CF_IEMenu. But i can't seem to make it work. After putting the CF tag under CFUSION/Custom Tags. I test a program that uses that tag
<code>
<CF_IEMenu
CAPTION="Allaire"
ITEMS="Home page,Education,Support"
URLS="
</code>
It doesn't seem to work. It just displays 1 dot (.)
<code>
<CF_IEMenu
CAPTION="Allaire"
ITEMS="Home page,Education,Support"
URLS="
</code>
It doesn't seem to work. It just displays 1 dot (.)