kentico_martind
-
6/26/2009 6:57:53 AM
RE:How can I customise the HTML generated by the menu webparts
Hello,
you could eventually use 'RenderedHTML' property of menu controls, that contains HTML code generated by control, and change it as you need in code-behind of web part. You can use e.g. string.Replace method or regular expression.
Best Regards,
Martin Dobsicek
|