|
Posted by Jon Glazer on 11/03/07 11:54
The </form> tag has a tendancy to put a blank line in places you don't want.
So I typically "embed" the <form> and </form> tags inside a table. Ie:
<table><form><tr><td>
...
...
...
</td></tr></form></table>
Not pretty but it does work.
<nkammah@yahoo.fr> wrote in message
news:1154355978.452677.288050@m73g2000cwd.googlegroups.com...
> Hi,
>
> I have strange formatting with forms ( unfortunatly i don't have the
> code here), but it is something like
>
> <form ...
> <input type="hidden" ...
> <img value ="submit"...
> </form>
>
> <form ...
> <input type="hidden" ...
> <img value ="submit"...
> </form>
>
> <form ...
> <input type="hidden" ...
> <img value ="submit"...
> </form>
>
> I have a huge line height between my 2 small pictures, and I cannot
> make the line-height properties work. I cannot align the 2 buttons as
> well ( and I need to use 2 seperates forms for scripting purposes)...
>
> Any idea?
>
> I am not familiar at all with forms, and I just started with css.
>
> Thank you
>
> Nassim
>
Navigation:
[Reply to this message]
|