I have populated the radmenu using the xml file. Below is the snapshot of it:
<?
xml version="1.0" encoding="utf-8" ?>
<
Menu>
<
Group>
<
Item Text="Administrator" ImageUrl="../Images/admin.png" >
<
Group>
<
Item Text="Manage Users" Href="../Pages/UserGroup.aspx" ImageUrl="../Images/user.gif" />
<
Item Text="Manage Release/Project" Href="../Pages/Releases.aspx" ImageUrl="../Images/ht.gif" />
<
Item IsSeparator="True" />
<
Item Text="RVP" Href="../Pages/RVP.aspx" ImageUrl="../Images/report.png" />
</
Group>
</
Item>
....
Menu loads up fine, but the images are not cenetered. Is there a way to center the images in the menu?
Thank you.