Here is a simple table, why can i not get the php prints to center in there cell?
<table
style="width: 870px; height: 72px; text-align: left; margin-left: auto; margin-right: auto;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td
style="text-align: center; vertical-align: top; width: 175px;"><?php print "$facebook"; ?>
</td>
<td
style="text-align: center; vertical-align: top; width: 175px;"><?php print "$twitter"; ?>
</td>
<td style="text-align: center;">
<div
style="text-align: center; font-family: Vrinda; font-weight: bold; color: rgb(78, 254, 112); font-size: 30px;"><?php echo "$username"; ?></div>
</td>
<td
style="text-align: center; vertical-align: top; width: 175px;"><?php print "$myspace"; ?>
</td>
<td
style="text-align: center; vertical-align: top; width: 175px;"><?php print "$youtube"; ?>
</td>
</tr>
</tbody>
</table>