How would I go about centering this on my page? Using HTML does not work, so is there another way to go about this?
How would I go about centering this on my page? Using HTML does not work, so is there another way to go about this?
I too would love if someone could help me just center the form
ive used just
<center>
in the setup
You can try this.
<center>
[contact-form 2 "Contact form 1_copy"]
</center>
I just did that on my site to see how it would look, I don't like the way it looks but it centered it.
That's strange, i've just done the same but it wont center --'
You can use the code below. It will center the form on your page correctly. If do not wish to use the border, simply replace the 1 with a 0.
<center>
<table border="1">
<tbody>
<tr>
<td>[contact-form 1 "Contact form 1"]</td>
</tr>
</tbody>
</table>
</center>
This topic has been closed to new replies.