Posted by WalterTemp on 08/18/06 14:04
I have a small problem
I want a table with several images. however in some tablecell I want 2
images over eachother, how can I do this without destroying the table
layout..
Al pix re 10 by 10 pixels
If I use this config, the table get %#@$*(%^up.
any idea on how to do it proper?
<html>
<body>
<table border='0' cellpadding='0' cellspacing='0'>
<tr>
<td><img src='../pict1.PNG'></td>
<td><img src='../pict1.PNG'></td>
<td><img src='../pict1.PNG'></td>
<td><img src='../pict1.PNG'></td>
</tr>
<tr>
<td>
<td><img src='../pict1.PNG'></td>
<td><img src='../pict1.PNG'></td>
<td><img src='../pict1.PNG'><img src='../pict2.PNG'
style='z-index:3;position:relative;left:-10px'></td>
<td><img src='../pict1.PNG'></td>
</tr>
<tr>
<td><img src='../pict1.PNG'></td>
<td><img src='../pict1.PNG'></td>
<td><img src='../pict1.PNG'></td>
<td><img src='../pict1.PNG'></td>
</tr>
</table>
</body>
</html>
Thanks
Walter
Navigation:
[Reply to this message]
|