OutTheBox
New Member
Hi again - and apologies!
Can anyone help me with this piece of coding?
Am trying to make the following links on my home page, by inserting the
following: <a href="your_url_goes_here"><img src="your_picture.jpg" /></a>
Trouble is - I am not entirely sure 'where' to put it in! Naturally, I have tried - but no success so far!
Having put it into one area - the link worked - however, the 'button' image became huge taking up most of the page, so that wasn't successful!!
Any suggestions/advice greatly appreciated!
<table>
<td width="250" align bottom <img src="Home.jpg" height="80" width="100"> </td>
<td width="250"align bottom<img src="About.jpg" height="80" width="100"> </td>
<td width="250"align bottom<img src="Portfolio.jpg" height="80" width="100"> </td>
<td width="250"align bottom<img src="Contact.jpg" height="80" width="100"> </td>
</tr>
</table>
Can anyone help me with this piece of coding?
Am trying to make the following links on my home page, by inserting the
following: <a href="your_url_goes_here"><img src="your_picture.jpg" /></a>
Trouble is - I am not entirely sure 'where' to put it in! Naturally, I have tried - but no success so far!
Having put it into one area - the link worked - however, the 'button' image became huge taking up most of the page, so that wasn't successful!!
Any suggestions/advice greatly appreciated!
<table>
<td width="250" align bottom <img src="Home.jpg" height="80" width="100"> </td>
<td width="250"align bottom<img src="About.jpg" height="80" width="100"> </td>
<td width="250"align bottom<img src="Portfolio.jpg" height="80" width="100"> </td>
<td width="250"align bottom<img src="Contact.jpg" height="80" width="100"> </td>
</tr>
</table>