I'm trying to place two images side by side in a fragment, both 150 pixels.
I've done this
!!< <table width="490" border="0" align="center" cellpadding="2">
<tr>
<td width="150"><div align="center"><img src="trial_image.gif" alt="WPC Pink Hat" width="150" height="150" /></div></td>
<td width="150"><div align="center"><img src="trial_image.gif" alt="wpc pink hat" width="150" height="150" /></div></td>
</tr>
</table> >!!
But I really wanted each image to be clickable to link to another page but do not understand where or what to add to the above?
Also, could I add a line of text under each image?
Thanks in advance for any suggestions.
I've done this
!!< <table width="490" border="0" align="center" cellpadding="2">
<tr>
<td width="150"><div align="center"><img src="trial_image.gif" alt="WPC Pink Hat" width="150" height="150" /></div></td>
<td width="150"><div align="center"><img src="trial_image.gif" alt="wpc pink hat" width="150" height="150" /></div></td>
</tr>
</table> >!!
But I really wanted each image to be clickable to link to another page but do not understand where or what to add to the above?
Also, could I add a line of text under each image?
Thanks in advance for any suggestions.
Comment