form indeed creates a space like the <p> tag, but the good news is that you
can set the form tag on top of your page and the closing tag at the bottom,
so that it doesn't destroy your layout

you can also set every button or whatever in separate tablecells

------------------------------------------------------------------------
Koen van Hees                                 E-mail: [EMAIL PROTECTED]
LdV/Partners Ad Agency               http://www.ldv.com
Balansstraat 117       B-2018             Antwerp (Belgium)
T: +32-3-2410250                               F: +32-3-2487344
-----------------------------------------------------------------------


> -----Original Message-----
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent: vrijdag 15 mei 1998 0:34
> To:   Web Consultants List
> Subject:      WC:>: Form spaces in html layout
> 
> HTML question:
> 
> I'm trying to get a number of img buttons that are all snug up against
> each
> other to be separate forms and still stay sung up against each other. For
> example:
> 
> Note: tag open and close marks changed to ( and ) for our html mail
> friends:
> 
> (form action="a.pl" method="post")
> (input type="image" src="button_a.gif" border="0")
> (input type="hidden" name="uid" value="3")
> (/form)(br)
> (form action="b.pl" method="post")
> (input type="image" src="button_b.gif" border="0")
> (input type="hidden" name="uid" value="4")
> (/form)(br)
> (form action="c.pl" method="post")
> (input type="image" src="button_c.gif" border="0")
> (input type="hidden" name="uid" value="5")
> (/form)
> 
> I was hoping the buttons would all end up butting right up against each
> other in a vertical stack, but, as my experience with <form> and </form>
> has
> told me to expect, there are large spaces between the buttons. They still
> stack up, but they have the equivalent of a <P>&nbsp; in between them. It
> seems that either (form) or (/form) create spaces, I'm not sure which (or
> both?).
> 
> I tried running all the tags together on one line, but nothing changed. I
> also tried removing the (br) tags. I can't remove the hidden tags, and
> actually need to use 3-5 in each form.
> 
> Anyone know of a work-around, or do I have to resort to putting them all
> in
> one form that calls a script that does a redirect? (Rather not make that
> extra trip to the server).
> 
> Ideas? Any more info on the spacing decisions made by browsers when
> drawing
> (form) and (</form) tags?
> 
> Oh, why am I doing this? To make a nice, neat menu instead of a bunch of
> random length, set height, ugly gray buttons.
> 
> TIA,
> Jack
> 
> 
> ____________________________________________________________________
> --------------------------------------------------------------------
>  Join The Web Consultants Association :  Register on our web site Now
> Web Consultants Web Site : http://just4u.com/webconsultants
> If you lose the instructions All subscription/unsubscribing can be done
> directly from our website for all our lists.
> ---------------------------------------------------------------------
____________________________________________________________________
--------------------------------------------------------------------
 Join The Web Consultants Association :  Register on our web site Now
Web Consultants Web Site : http://just4u.com/webconsultants
If you lose the instructions All subscription/unsubscribing can be done
directly from our website for all our lists.
---------------------------------------------------------------------

Reply via email to