Im having an alignment issue with my search button and box and can not get it to align in the header. I dont see how it would change in the code because Im just calling the search sidebox.
<div id="headerArea">
<table cellpadding="0" cellspacing="0" class="headerArea">
<tbody><tr>
<tr><td<tr>
<td valign="top"></td>
<td valign="top" align="right">
<table cellpadding="0" cellspacing="0" id="haInfoBar" class="">
<tbody><tr>
<td id="haInfoBarLeft"> </td>
<td id="haInfoBarCenter"> <?php if ($_SESSION['customer_id']) { ?>
<a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF; ?></a>
<?php } else { ?>
<a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a>
<?php } ?></td>
<td id="haInfoBarCart"></td>
<td id="haInfoBarMyAccount"><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a></td> </tr>
<td id="haInfoBarRight"></td>
<tr>
<td colspan="5"></td>
</tr>
</tbody></table>
</td>
</tr></td></tr>
<td valign="top">
<div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT, HEADER_LOGO_WIDTH, HEADER_LOGO_HEIGHT) . '</a>'; ?></div></div></div>
</td>
<td valign="top" align="right">
<table cellpadding="0" cellspacing="0" id="haInfoBar" class="">
<tbody><tr>
</tr>
<tr>
<td colspan="5"></td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td colspan="2">
<table cellpadding="0" cellspacing="0" id="haQuickSearch">
<tbody><tr>
<td rowspan="2" id="haQuickSearchLeft"> </td>
<td rowspan="2" id="haQuickSearchLabel"></td>
<td rowspan="2" id="haQuickSearchTextbox"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></td>
<?php /* <td rowspan="2" id="haQuickSearchSubmit"></td> */ ?>
<td id="haQuickSearchInfoTab"></td>
<td style="text-align:right;white-space:nowrap;"> </td>
</tr>
<tr>







Bookmarks