I created a rounded rectange using a graphic package. The fill color is
set to transparent. when I try to use it as a border for a table the
images is displayed and the table is placed below the image.
First can this be done? is so how?
My latest attempt is something like this
<table cellspacing=1 cellpadding=1 width=200 border=1 ID="Table1">
<img src="images/image4.jpg">
<tr>
<td><a href="main1.htm l" target="main">o ne</a></td>
</tr>
<tr>
<td bgcolor="#9dacb d"><a href="main2.htm l" target="main">t wo</td>
</tr>
<tr>
<td bgcolor="#9dacb d"><a href="main3.htm l" target="main">t hree</td>
</tr>
<tr>
<td bgcolor="#9dacb d"><a href="main4.htm l" target="main">f our</td>
</tr></table>
I also tried to to create a table style with the image but that doesn't
work either.
Thanks for your help
john
set to transparent. when I try to use it as a border for a table the
images is displayed and the table is placed below the image.
First can this be done? is so how?
My latest attempt is something like this
<table cellspacing=1 cellpadding=1 width=200 border=1 ID="Table1">
<img src="images/image4.jpg">
<tr>
<td><a href="main1.htm l" target="main">o ne</a></td>
</tr>
<tr>
<td bgcolor="#9dacb d"><a href="main2.htm l" target="main">t wo</td>
</tr>
<tr>
<td bgcolor="#9dacb d"><a href="main3.htm l" target="main">t hree</td>
</tr>
<tr>
<td bgcolor="#9dacb d"><a href="main4.htm l" target="main">f our</td>
</tr></table>
I also tried to to create a table style with the image but that doesn't
work either.
Thanks for your help
john
Comment