Hi,
If I understand well, you want align the FORM in the
center... you try with... html? :rolleyes:
look:
<p align="center">
<?php
echo "this is php in html code...";
echo "</p>";
echo "<p align='right'>";
echo "this is html in php code...";
?>
</p>
You have to use PHP and HTML together to do what you want. It's easy.
I hope this helps you.