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>