extra "br" when creating search box

They have: 17 posts

Joined: Mar 2000

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.

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).]

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.