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
Options of the form section probably. (Sometimes the is changed to other characters depending on the choosen charset and/or the server configuration)
 is the utf8-char for a empty space (like ).
Write the code in your form-template like this
</tr>
<tr><td></td>
<td>
and dont forget to save this changes
I searched for <tr><td> </td> in the wb directory and deleted 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?
In your form page click on settings
And then look for the gap in the footer settings between <td></td>
Thanks. That fixed the form. I wasn't looking for a space but the symbol so I missed it.