Form Template Question

Fisherman

Thanks. That fixed the form. I wasn't looking for a space but the symbol so I missed it.


nibz

In your form page click on settings
And then look for the gap in the footer settings between <td></td>

Fisherman

I searched for <tr><td>&nbsp;</td> in the wb directory and deleted &nbsp; in \form\add.php and captcha_control\tool.php and it's still there. Should I look for the page in my database and edit it directly there?

jacobi22

 is the utf8-char for a empty space (like &nbsp;).
Write the code in your form-template like this

</tr>
<tr><td></td>
<td>


and dont forget to save this changes


instantflorian

Options of the form section probably. (Sometimes the &nbsp; is changed to other characters depending on the choosen charset and/or the server configuration)

Fisherman

Howdy again!

Anybody know where this symbol might be coming from?

</tr></table></td>
</tr>
<tr><td>Â </td>
<td>


I've tried to track it down but no joy. Here's the page: http://www.xtremespeedhpc.com/contact.html

Thanks