-
1 Attachment(s)
how to centre menu items
Can anyone tell me how to centre the menu buttons in the foll. code.Its xml file.
Code:
<menu startContent="home">
<m>
<text>Home</text>
<content>assets/home/home.swf</content>
<content_path>content/home</content_path>
<deepLink>home</deepLink>
</m>
<m>
<text>Events calendar</text>
<content>assets/events_calendar/events_calendar.swf</content>
<content_path>content/events_calendar</content_path>
<deepLink>events_calendar</deepLink>
<submenu>
<m>
<text>Oct 6 2010</text>
<content>assets/text/text.swf</content>
<content_path>content/text/page_with_image</content_path>
<deepLink>event/oct-6-2010</deepLink>
</m>
</submenu>
</m>
<m>
<text>Gallery</text>
<content>assets/gallery/gallery.swf</content>
<content_path>content/gallery/nature_wm</content_path>
<content_handle_loader>true</content_handle_loader>
<deepLink>image-gallery</deepLink>
<submenu>
<m>
</menu>
Pls help...
whats the xml code to centre the menu buttons???
Pls see attchment
-
Pleasepost the original page with the problem .
People will need to see the whole page to make sure they are helping correctly.