Hello everyone,
Im asking for help on something i've done before (ages ago) but have forgotton how to do it.
I have created a table, where each 'box/cell' will link to a different category on my site, but i can't remember how to insert background images into each table cell (a different image in each cell).
So you can give me an example of what codes to use (an so i can see how you done it.
Assume the following
I'd want to link to eg <a href="http: //mysite. com/categoryA.html">My Category A</a>
The image link would be something like http:// myothersite.com/ image1.jpg
My current table code is like
Quote:
<td> </td>
<td>SHOW ME HOW I'D PUT THE CODE HERE PLEASE</td>
<td></td>
<td></td>
</tr>
<tr>
<td><br /></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
etc....
|
Many Thanks
Russell