have a table with 3 cells. the first two have icons while the 3rd is empty. I want to link the icons in cell 1 & 2 to images that will display in cell 3.
How would the code read?
<tr>
<td align="center"><IMG SRC="icon_image1.jpg" ></td>
<td align="center"><IMG SRC="icon_image2.jpg" ></td>
</tr>
<tr>
<td colspan="2" align="center"><image linked to picture here ></td>
</tr>
</table>
How would the code read?
<tr>
<td align="center"><IMG SRC="icon_image1.jpg" ></td>
<td align="center"><IMG SRC="icon_image2.jpg" ></td>
</tr>
<tr>
<td colspan="2" align="center"><image linked to picture here ></td>
</tr>
</table>