I do not think you are understanding my issue. The styles page allows for editing. but no styles are working. I want to align my form to the left for example, doesn't work no matter how you slice it.
I also want to put the {fieldtitle} above the {fielddesc}.
In the previous version of Forme (1.0.2) I used the following code:Edit the form style:| Code: |
<div align="left" style="width:100%" class="header_text"><h1>{formtitle}</h1></div>
<form name="{formname}" id="{formname}" method="post" action="{action}" {enctype} onsubmit="return
ValidateForm(fields);">
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="heading">
{formfields}
</table>
</form>
|
Edit the field style:
| Code: |
<tr>
<td align="left" class="header_text"><h4>{fieldtitle}</h4><font color="red"><b>{validationsign}</b></font>
<i>{fielddesc}</i></td>
</tr>
<td valign="right">{field}</td>
</tr>
|
The only thing that changes when I update this is the {formtitle}.
Something is broken. It needs to be fixed.
Post edited by: themenace, at: 2007/05/24 21:14
Post edited by: themenace, at: 2007/05/24 21:16
Post edited by: themenace, at: 2007/05/24 21:16