Design and CSS styles
Version 3.x > Design and CSS styles > List Menu Formatting View modes: 
User avatar
Member
Member
ryan-datafoundry.co - 1/11/2009 7:58:48 PM
   
List Menu Formatting
I am using the list menu for our site and it is working well.

For the styling of our site to work correctly we need span tags inside the A tags of the menu link. eg <li><a><span>Link Name</span></a></li>

Is this easily achievable with the list menu

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 1/12/2009 3:09:15 AM
   
RE:List Menu Formatting
Hi,

You need to access to the rendered html code in the code behind (of the page or web part) and modify it to your needs "on the fly". For this you can use the RenderedHTML property.

Best Regards,
Juraj Ondrus