Hi all,
I'm encountering a horrible problem with Netscape 7.0 with a line break occurring before a <form> tag.
I've got the following HTML:
The line break occurs just after the second '|'.
As you can see, I've tried setting the padding, margins and display styles but nothing seems to work unfortunately. I really don't want to go the tables route as the site is currently built up with CSS.
Can anyone help with this please?
Thanks as always
Craftor
I'm encountering a horrible problem with Netscape 7.0 with a line break occurring before a <form> tag.
I've got the following HTML:
Code:
<span class="toptoolbar">
<a href="/search/sitemap.aspx" class="toollink">Site map</a> | <a href="/contact/default.aspx" class="toollink">Contact us</a> | </span>
<form id="frmSearch" method="post" action="/search/default.aspx" style="display: inline; margin: 0px 0px 0px 0px; padding: 0px; white-space: nowrap";>
<input type="text" style="font-size: 10px; vertical-align: middle;" id="txtSearch" name="txtSearch" runat="server" value="Search" />
<input type="image" alt="Search" src="/layout/images/header/btn-go.gif" id="btnGo" style="vertical-align: middle" />
</form>
The line break occurs just after the second '|'.
As you can see, I've tried setting the padding, margins and display styles but nothing seems to work unfortunately. I really don't want to go the tables route as the site is currently built up with CSS.
Can anyone help with this please?
Thanks as always
Craftor