I'm creating a table with nine images and nine links, the links can be different from the images. I managed to do the pictures using the image tag but don't know who to wrap the <a> </a>
tags around the image tags.
This is what I have tried:
<td><a href="www.*link*.com"</a><img src="http://www.*link*.jpg" /></td>
and;
<td><a href="www.link.com><img src="http://www.link.jpg" /><a/></td>