Forum Moderators: open
Is there a way to get around this? any point in the right direction would be a great help.
thanks in advance
I suggest you use CSS to position the table and the image absolutely. Try something like this:
<body>
<div style="position: absolute;">
<img src="pix/some.png" width="628" height="134" alt="" border="0">
<table style="position: absolute; top: 0; left: 0" border=1>
<tr><td>helahola</td></tr>
</table>
</div>