http://www.shoppingitonline.com/
Hey all again, I seem to be asking more and more questions on this site. Ignore the errors at the bottom of my page. They are supposed to be there.
Anyways. In the top search bar, there is some sort of border between the search text and the physical search bar. I have taken the borders off all these elements, yet it insists on remaining there. If you inspect it with firebug you can see that one of my td's is 1px bigger than the other. (on the search bar)
I'm not exactly sure how else I could get rid of it. Here is the code for it.
$content .=
'<table border="0" cellpadding="0" cellspacing="0" style="">
<tr>
'.'<td>
<img src="images/new/search.gif" border="0" style="border:none;">
</td>
<td width="200" style="border:none;" border="0"> ';
$content .= zen_draw_form('quick_find_header', zen_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get');
$content .= zen_draw_hidden_field('main_page',FILENAME_ADVANCED_SEARCH_RESULT);
$content .= zen_draw_input_field('keyword', '', 'size="7" maxlength="30" style="width: 200px; height:19px; background:url(images/new/glass.gif) no-repeat left;
padding-left:20px; font-size:14px; color:#000; border:none;"') .'</td>'.'<td>'. ' <input type="image" src="../../../../images/gobutton.gif" value="" style="vertical-align:middle;" />' .'</td>'.'</tr></table>';
}
$content .= "</form>";
?>
Any help is appreciated. Thanks!



