So I have a simple menu. I'm defining most of my styles in the ItemStyle section, included border=1px solid blue. Normally, if this were a table, I would specify a border-collapse:collapse tag in the table style so the cell borders are 1px each. Where should I specify this here? Just add a custom attribute?
Also, I can't seem to find the place you specify the item padding, setting the padding value in ItemStyle does not change the padding of the items for me.
Thanks.
Hello CIBTINC,
For the styles, there is a CustomRules property, where you put your custom rules for CSS. Everything you put here will be rendered in "style" attribute for corresponding elements.
Hope this helps.