Hello,
I'm attempting to center my contact form. It appears that tons of people have the same problem but the can solve theirs by using centering tags. This doesn't seem to work for me.
What I've tried.
wrapping the generated text, as well as the code for posts, in
<center></center>
<div align="center"> </div>
<div style="margin: 0 auto;"></div>
I also tried to put it inside a table and center the table.
Any help is much appreciated.