FORM spacing problem

liunx

Guest
Hey you have probably had this request a few times before and I apologise if this is a repeat question, but I have looked every where for an answer to this one.<br />
<br />
When setting up forms on a page is there anyway, script or otherwise to get rid of the spacing that the form tags make? Or are there any tips or tricks to get around this?<br />
<br />
Any help would be brilliant!<br />
<br />
Cheers,<br />
<br />
Slinky.<!--content-->can you give us an example? I know the <form> makes a space that can't be fixed, but is threre another space that is present?<!--content-->I know if you are using a form in a table, the way around the spacing is to put the form tag outside of the table, the form elements can stay within the table. ie<br />
<br />
FORM ACTION....<br />
<br />
TABLE<br />
TR<br />
TD<br />
<br />
<br />
INPUT YADA YADA YADA<br />
<br />
/TD<br />
/TR<br />
/TABLE<br />
/FORM<br />
<br />
Is that what you meant?<!--content--><form name=form1 action="myActionPage.cfm" method=post style="display: inline;"><!--content-->
 
Back
Top