Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Jan 2008
    Posts
    73
    Plugin Contributions
    0

    Default Issues with search button and text box

    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">&nbsp;</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">&nbsp;</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;">&nbsp;</td>
    </tr>
    <tr>

  2. #2
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,068
    Plugin Contributions
    0

    Default Re: Issues with search button and text box

    Bo,
    If you don't want to post an actual link to the site here, then PM me so I view this issue with Firebug
    Mark
    Hare Do - Does the rabbit beat Zen "never".
    Zen Cart 1.5.1 Update Release Need help Purchase the Book

  3. #3
    Join Date
    Jan 2008
    Posts
    73
    Plugin Contributions
    0

    Default Re: Issues with search button and text box

    Ok haredo, I sent you the PM thank you for your help!

  4. #4
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,068
    Plugin Contributions
    0

    Default Re: Issues with search button and text box

    Bo,
    I am stumped, she is wrapped within a table, wait for a fellow Zenner to read the thread...
    Mark
    Hare Do - Does the rabbit beat Zen "never".
    Zen Cart 1.5.1 Update Release Need help Purchase the Book

  5. #5
    Join Date
    Jan 2008
    Posts
    73
    Plugin Contributions
    0

    Default Re: Issues with search button and text box

    HEHE, good to know Im not the only stumped one lol.

  6. #6
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,068
    Plugin Contributions
    0

    Default Re: Issues with search button and text box

    You are going to have to locate the table and hard code the .php file
    Mark
    Hare Do - Does the rabbit beat Zen "never".
    Zen Cart 1.5.1 Update Release Need help Purchase the Book

 

 

Similar Threads

  1. Remove Search Button and add text to input field
    By sjk1000 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 10 Oct 2008, 12:19 AM
  2. Search Header Button and Text Field
    By swelter83 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 14 Mar 2008, 02:05 AM
  3. remove search button and change to simpe text
    By GraniteMan44 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Feb 2008, 10:19 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •