A simple bit of code:
<tr><td width="20%" align="center" valign="middle" bgcolor="$backcolor">
<a href="store.php?action=$aw[action]"><normalfont>$showgraphic</a>
<br>
<br><normalfont><b>Price: </b> $aw[costs]
<br><normalfont><b>Number sold: </b> $aw[sold]
<br><normalfont><b>You Need: </b> $need
</td>
However.... the image ($showgraphic) is ALWAYS left aligned - when it should be in the centre? Right?
HELP!!!
<tr><td width="20%" align="center" valign="middle" bgcolor="$backcolor">
<a href="store.php?action=$aw[action]"><normalfont>$showgraphic</a>
<br>
<br><normalfont><b>Price: </b> $aw[costs]
<br><normalfont><b>Number sold: </b> $aw[sold]
<br><normalfont><b>You Need: </b> $need
</td>
However.... the image ($showgraphic) is ALWAYS left aligned - when it should be in the centre? Right?
HELP!!!
Comment