I am trying to get the menu centered in between the search box and the cart and cant figure out why its not working. Any suggestions would be appreciated.
Store: Welcome to Freckled Expressions - Custom Digital Greetings for All Occasions
Thanks.
Store: Welcome to Freckled Expressions - Custom Digital Greetings for All Occasions
Code:
<!--START: FRAME_MENU--> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td style="background: url('assets/templates/[template]/images/dot1.gif') repeat-x;"><img src="assets/templates/common/images/spacer.gif" width="1" height="5"></td> </tr> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-width: 0" bordercolor="#ffffff" width="100%"> <tr> <td width="17%" style="border-style: none; border-width: none"> <!--START: FRAME_SEARCH--> <form name="searchForm" method="get" action="search.asp" style="margin: 0px; padding: 0px;"> <input name="keyword" id="searchlight" type="text" class="txtBoxStyle" onFocus="javascript:if (document.searchForm.keyword.value=='search by keyword') {document.searchForm.keyword.value='';};" onBlur="if(this.value.length == 0) this.value = 'search by keyword'" value="search by keyword" size="35" style=" height: 23px;"> </td> <td width="16%" style="border-style: none; border-width: none"> <input name="search" type="image" src="assets/templates/[template]/images/btn-search.gif"> </form> <!--END: FRAME_SEARCH--> </td> <td width="33%" align="center" nowrap style="border-style: none; border-width: none"> <!--START: menuitems_view--> <!--START: TOP_LINK_FORMAT--> <a href="infopage.asp?page=[link_id]" class="menu" target="[link_target]">[link_name]</a> | </td> <td class="font3" width="2"><img src="assets/templates/common/images/spacer.gif" width="2" height="38" hspace="15"> </td><!--END: TOP_LINK_FORMAT--> <!--END: menuitems_view--> <td width="17%" align="right" style="border-style: none; border-width: none"> <a href="view_cart.asp"><img src="assets/templates/[template]/images/bag.gif" width="130" height="34" border="0"></a></td> <td width="17%" style="border-style: none; border-width: none"> <p align="right"class="cart-text">[ITEMSINCART] item(s) / Total: [SUBTOTAL]</td> </tr> </table> </td> </tr> <tr> <td style="background: url('assets/templates/[template]/images/dot1.gif') repeat-x;"><img src="assets/templates/common/images/spacer.gif" width="1" height="5"></td> </tr> </table> <!--END: FRAME_MENU-->
Comment