Technical support This forum is closed.
Version 1.x > Technical support > Prevent cellspacing="2" cellpadding="2" in CMSMenu? View modes: 
User avatar
Member
Member
bchaseski - 10/11/2006 5:14:47 PM
   
Prevent cellspacing="2" cellpadding="2" in CMSMenu?
How do I get rid of the cellspacing and cellpadding in CMSMenu? It seems to be built into the CMSMenu control and I cannot find a property set to disable or specify my own padding.

Thank you,
Brian

User avatar
Guest
admin - 10/13/2006 3:06:47 PM
   
Re: Prevent cellspacing="2" cellpadding="2" in CMSMenu?
Hi Brian,

you need to set the CMSMenu.MenuControl.ItemSpacing/ItemPadding property in your code behind.

Please see how it's done in the CorporateSite example.

Regards,