hi,
i designed a website using rvsitebuilder in cpanel...the navigator buttons are aligned towards left but i want to move the buttons to the center...pls help
below is the screenshot (see attachment) and code in index.php...what change should i make to move buttons to middle...
Code:<tr> <td align="left" valign="top" height="32" class="bgmenu"><div id="navigator"> <ul id="navigator"> <li><div id="hormenu1L1" onmouseover="clearLMTO();" onmouseout="setLMTO();"><a href="index.php" id="current" onmouseover="shutdown();" target="_self" ><span>Home</span></a></div></li> <li><div id="hormenu1L2" onmouseover="clearLMTO();" onmouseout="setLMTO();"><a href="Property-Listing.php" id="normal" onmouseover="moveLayerX1('L2', 'hormenu1'); LMPopUp('L2', false);" target="_self" ><span>Property Listing <img src="images/down-arrow.gif" border="0" alt=">" /></span></a></div></li> <li><div id="hormenu1L7" onmouseover="clearLMTO();" onmouseout="setLMTO();"><a href="About-Us.php" id="normal" onmouseover="moveLayerX1('L7', 'hormenu1'); LMPopUp('L7', false);" target="_self" ><span>About Us <img src="images/down-arrow.gif" border="0" alt=">" /></span></a></div></li> <li><div id="hormenu1L12" onmouseover="clearLMTO();" onmouseout="setLMTO();"><a href="Sister-Concerns.php" id="normal" onmouseover="shutdown();" target="_self" ><span>Sister Concerns</span></a></div></li> <li><div id="hormenu1L13" onmouseover="clearLMTO();" onmouseout="setLMTO();"><a href="Services.php" id="normal" onmouseover="moveLayerX1('L13', 'hormenu1'); LMPopUp('L13', false);" target="_self" ><span>Services <img src="images/down-arrow.gif" border="0" alt=">" /></span></a></div></li> <li><div id="hormenu1L19" onmouseover="clearLMTO();" onmouseout="setLMTO();"><a href="Contact-Us.php" id="normal" onmouseover="shutdown();" target="_self" ><span>Contact Us</span></a></div></li> </ul> </div> <!-- START SUBMENU DATA --> <!-- beginning of menu footer - PHP Layers Menu 3.2.0-rc (C) 2001-2004 Marco Pratesi - http://www.marcopratesi.it/ --> <div id="L2" class="submenu" onmouseover="clearLMTO();" onmouseout="setLMTO();"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td nowrap="nowrap"> <div class="subframe"> <div id="refL3" class="item"> <a href="Warehouse.php" onmouseover="LMPopUp('L2', true);" target="_self" ><span> Warehouse </span></a> </div> <div id="refL4" class="item"> <a href="Land.php" onmouseover="LMPopUp('L2', true);" target="_self" ><span> Land </span></a> </div> <div id="refL5" class="item"> <a href="Flat.php" onmouseover="LMPopUp('L2', true);" target="_self" ><span> Flat </span></a> </div> <div id="refL6" class="item"> <a href="Villas.php" onmouseover="LMPopUp('L2', true);" target="_self" ><span> Villas </span></a> </div> </div> </td> </tr> </table> </div> <div id="L7" class="submenu" onmouseover="clearLMTO();" onmouseout="setLMTO();"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td nowrap="nowrap"> <div class="subframe"> <div id="refL8" class="item"> <a href="Profile.php" onmouseover="LMPopUp('L7', true);" target="_self" ><span> Profile </span></a> </div> <div id="refL9" class="item"> <a href="Vision-And-Mission.php" onmouseover="LMPopUp('L7', true);" target="_self" ><span> Vision & Mission </span></a> </div> <div id="refL10" class="item"> <a href="Why-GV.php" onmouseover="LMPopUp('L7', true);" target="_self" ><span> Why GV? </span></a> </div> <div id="refL11" class="item"> <a href="Membership-and-Affliation.php" onmouseover="LMPopUp('L7', true);" target="_self" ><span> Membership & Affliation </span></a> </div> </div> </td> </tr> </table> </div> <div id="L13" class="submenu" onmouseover="clearLMTO();" onmouseout="setLMTO();"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td nowrap="nowrap"> <div class="subframe"> <div id="refL14" class="item"> <a href="Property-Valuators.php" onmouseover="LMPopUp('L13', true);" target="_self" ><span> Property Valuators </span></a> </div> <div id="refL15" class="item"> <a href="Project-Marketing.php" onmouseover="LMPopUp('L13', true);" target="_self" ><span> Project Marketing </span></a> </div> <div id="refL16" class="item"> <a href="Consultancy.php" onmouseover="LMPopUp('L13', true);" target="_self" ><span> Consultancy </span></a> </div> <div id="refL17" class="item"> <a href="Partnership--and--Joint-Ventures.php" onmouseover="LMPopUp('L13', true);" target="_self" ><span> Partnership & Joint Ventures </span></a> </div> <div id="refL18" class="item"> <a href="Land-Development--and--Sale.php" onmouseover="LMPopUp('L13', true);" target="_self" ><span> Land Development & Sale </span></a> </div> </div> </td> </tr> </table>




Reply With Quote
Then, if there is no ul or li elements within the navigator ID in the CSS you need to add them, setting a margin-left and margin-right to auto, like so:
Bookmarks