ok, now how would i add a row or extra table to display the views value?
this code below makes them vertical again...
<table width="100%" cellspacing="1">
<tr>
<?php
while($rows=mysql_fetch_array($result)){ ?>
<td><img src="../images/bar.jpg" align="bottom" width="30" height="<?php echo $rows['views']; ?>" />
<tr><td><span>1</span></td>
</tr>
<?php } ?>
</td>
</tr>
</table>