Hi @ all,
Am trying to create a form that will be on a straight line... I have tried using custom code in the template section but still it wont display on the same line or row....instead it creates a new row for each form element....
Your kind suggestions will be greatly appreciated.....
sample code below
<table width="583" border="1">
<tr>
<td width="41"><form id="form1" name="form1" method="post" action="">
<label for="select"></label>
<select name="select" id="select">
</select>
</form></td>
<td width="144"><form id="form2" name="form2" method="post" action="">
<label for="textfield"></label>
<input type="text" name="textfield" id="textfield" />
</form></td>
<td width="185"><input type="text" name="textfield2" id="textfield2" /></td>
<td width="185"><form id="form3" name="form3" method="post" action="">
<label for="textfield2"></label>
<input type="submit" name="button" id="button" value="Submit" />
</form></td>
</tr>
</table>
Am trying to create a form that will be on a straight line... I have tried using custom code in the template section but still it wont display on the same line or row....instead it creates a new row for each form element....
Your kind suggestions will be greatly appreciated.....
sample code below
<table width="583" border="1">
<tr>
<td width="41"><form id="form1" name="form1" method="post" action="">
<label for="select"></label>
<select name="select" id="select">
</select>
</form></td>
<td width="144"><form id="form2" name="form2" method="post" action="">
<label for="textfield"></label>
<input type="text" name="textfield" id="textfield" />
</form></td>
<td width="185"><input type="text" name="textfield2" id="textfield2" /></td>
<td width="185"><form id="form3" name="form3" method="post" action="">
<label for="textfield2"></label>
<input type="submit" name="button" id="button" value="Submit" />
</form></td>
</tr>
</table>
Hi foluso,
Please use a "Multi field area" to do this, drag your fields inside the area and they will be displayed in one row.
Best regards,
Max
Please use a "Multi field area" to do this, drag your fields inside the area and they will be displayed in one row.
Best regards,
Max
Hello calculus00,
Thanks for the suggested links... I have been through all but none points to what i am supposed to do to fix the layout issue.
Thanks in advance @ all for your kind suggestions
Regards
Thanks for the suggested links... I have been through all but none points to what i am supposed to do to fix the layout issue.
Thanks in advance @ all for your kind suggestions
Regards
Hi foluso,
I removed the auto responder post.
Best regards,
Max
I removed the auto responder post.
Best regards,
Max
This topic is locked and no more replies can be posted.