how can i avoid this!!
when putting a form , the browser insert a space,
how to avoid this, can i avoid it with style sheet!!
Printable View
how can i avoid this!!
when putting a form , the browser insert a space,
how to avoid this, can i avoid it with style sheet!!
If there's a way to avoid it, it'd have to be with a style sheet. Try margin or padding attributes.
As far as I know there is no way around it. I normally put my form tags inside the table and then you don't notice it so much. In case you would find a solution, please post it here cause I'd love to know. Forms shouldn't take up any space, it doesn't make any sense at all, Who invented this anyway! aaargh....
keep on smiling though, cause it's not that much space is it
i don't know if it's just me,
but it seems that this took out a bit of space,
<form name="frmStep1" method="POST" action="step2.asp" style="margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;">
can you try it!!
No, it's not just you, it works! Hey thanks a lot, I had no idea!