WebsiteBaker Support (2.8.x) > Templates, Menus & Design

Form Template Question

(1/2) > >>

Fisherman:
Howdy again!

Anybody know where this symbol might be coming from?


--- Code: --- </tr></table></td>
</tr>
<tr><td>Â </td>
<td>

--- End code ---

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

Thanks

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)

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


--- Code: ---</tr>
<tr><td></td>
<td>
--- End code ---

and dont forget to save this changes

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?

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

Navigation

[0] Message Index

[#] Next page

Go to full version