extra "br" when creating search box
Hey guys,
I'm trying to get a search box to occupy a single table cell with frontpage. However, when i do this, in the resulting output it looks like there is an extra "br" after the search button. The code shows no "br" so I kind of figured it's a browser issue. Any one know how to get past this? TiA.
NSS posted this at 01:10 — 5th March 2000.
They have: 488 posts
Joined: Feb 2000
Try this:
<NOSPACE>
<FORM>
the code
</FORM>
</NOSPACE>
OR this:
---------------------------------------------
Contributor: FLUFFER
I think this only works in 4+ browsers, but you can do this:
<font face=1>
<form>
<input type=text>
</form>
</font>
-Jason Weinstein
[email protected] http://www.maximumedge.com
---------------------------------------------
NSS
[This message has been edited by NSS (edited 04 March 2000).]
Coddy posted this at 12:50 — 6th March 2000.
They have: 31 posts
Joined: Dec 1999
I think that if you put the form in a table, it should be OK..I'm not sure though...
Coddy
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.