On my about.php page… my paragraph displays on the right hand side and not centered. Here is my script, minus the paragraph. How can I get it to center?
</head>
<body>
<table class=“mainBodyTable” border=“0” align=“center” cellpadding=“0” cellspacing=“0”>
<tr>
<td width=“700” valign=“top”>
<div align=“center”>
<table width=“100%” align=“center” cellpadding=“5”>
<tr>
<table width=“100%” align=“center” cellpadding=“6”>
<tr>
<td width=“100%”><p align=“left”>Welcome
<p align=“left”>
<p align=“left”>
<p align=“left”>
<p align=“left”> </p>
<p align=“left”>See you soon.</p>
<p align=“left”>Thank you,</p></td>
</tr>
</table>
</div></td>
</tr>
</table>
<?php include_once “footer.php”; ?>
</body>
</html>