Skip to Content.
Sympa Menu

internetworkers - help with form height?

internetworkers AT lists.ibiblio.org

Subject: Internetworkers: http://www.ibiblio.org/internetworkers/

List archive

Chronological Thread  
  • From: Kim Ashley <kimazoid AT yahoo.com>
  • To: internetworkers AT franklin.oit.unc.edu
  • Subject: help with form height?
  • Date: Sun, 11 Jun 2000 10:10:29 -0700 (PDT)


For those of you who aren't already basking in the sun at Jordan
Lake...

I'm trying to put a simple search into a 50 pixel tall navigation bar
(for an example of what I'm trying to achieve, see www.bcbsnc.com). I
was able to make this look as expected until I added the <form> tags,
and then suddenly the table cell becomes taller than 50 pixels (I'm
using Dreamweaver 2.0).

I'm wondering if there's some thing that I'm not aware of, like
anything within a form tag will automatically be a certain height? Is
there any inherant reason that the following code could not be fit into
a 50 pixel high table?

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#990066"><form name="queryForm" method="post"
action="/cgi-bin/nph-bzsearch.pl">
<input type="hidden" name="NS-search-type" value="NS-boolean-query">
<input type="hidden" name="NS-collection" value="Entire_Intraweb">
&nbsp;&nbsp;<img src="ss.gif" width="73" height="14">
<br>
&nbsp;&nbsp;<input type="text" size="10" name="NS-query" tabindex="1">
<input type="image" src="go.gif" width="28" height="19"
align="absmiddle" name="search">
</form>
</td>
</tr>
</table>

Thanks for any help, hope this isn't a stupid question!
Kim Ashley

__________________________________________________
Do You Yahoo!?
Yahoo! Photos -- now, 100 FREE prints!
http://photos.yahoo.com




Archive powered by MHonArc 2.6.24.

Top of Page