Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
315
Centering the menu in the form
posted

Hi,

I'm trying to center the webdatamenu within a div.  Normally for UL elements a text-align:center should do the trick.  But with the webdatamenu, whatever I try, it stays on the left side. Can someone give me a hint how to center the menu?

 

I'm using 2009-2 version.

Parents
  • 7694
    posted

    Hello,

    Hello you  can manipulate text value of the menu  by CSS for example you  can use the code below to  set text in center of the items

            menu.Style.Value = "text-align:center";

    or

            menu.Style.Value = "text-align:right";

    for  right side

    Thanks

    Ivan Baev

Reply Children
No Data