Code: Select all
<?php
echo "<br><br><br><style type='text/css'>
.imgA1 { position:relative; top: 100px; left: 100px; z-index: 3; }
</style>";
echo "<table border='1'>
<tr>
<td>
<img class=imgA1 src='circle.png'><img src='grasstile.jpg'><img src='grasstile.jpg'><img src='grasstile.jpg'><img src='grasstile.jpg'><img src='grasstile.jpg'><br>
<img src='grasstile.jpg'><img src='grasstile.jpg'><img src='grasstile.jpg'><img src='grasstile.jpg'><img src='grasstile.jpg'><br>
<img src='grasstile.jpg'><img src='grasstile.jpg'><img src='grasstile.jpg'><img src='grasstile.jpg'><img src='grasstile.jpg'><br>
<img src='grasstile.jpg'><img src='grasstile.jpg'><img src='grasstile.jpg'><img src='grasstile.jpg'><img src='grasstile.jpg'><br>
<img src='grasstile.jpg'><img src='grasstile.jpg'><img src='grasstile.jpg'><img src='grasstile.jpg'><img src='grasstile.jpg'><br>
</td>
</tr>";
?>My question is, what do women want?
(heh, no, non sequeter! I'm trying to figure out why that row is out of sync?)