admin
-
1/24/2007 10:02:08 AM
Re: CMSListMenu HTML change
Hello,
you can edit the Menu caption property in Properties -> Menu dialog and use HTML code here.
Please note: you may need to disable page content validation by adding the following parameter to your web.config, just after the <system.web> section:
<pages validateRequest="false" />
so that you can save the value with HTML code here.
Best Regards,
|