Portal Engine
Version 2.x > Portal Engine > CMSListMenu HTML change View modes: 
User avatar
Member
Member
dcp - 1/23/2007 4:53:35 PM
   
CMSListMenu HTML change
I am using the CSS List menu and need to add a span tag inside the hyperlink. Is there a way to do this? I only need this functionality for one sub nav element on the page so I don't want to change it for the entire Kentico installation. Any thoughts? My idea would be that I had to create a new Web Part that does the exact same thing except that it outputs the HTML that I want it to.

User avatar
Guest
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,