I’ve added 3 pictures to my index page with a table.
I’d like to make the pictures a link + add a caption to each photo underneath.
How to i do that.
Thanks,
Barry
<table border=“1”>
<tr>
<td><img src=“indeximages/gor.jpg” alt=“arial view of the great ocean road”/></td>
<td><img src=“indeximages/pp.jpg” alt=“penguin walking up beach evening time”/></td>
<td><img src=“indeximages/yv.jpg” alt=“two ladies admiring vines in a vineyard yarra valley” /></td>
</tr>
Thanks for that,
I would like it go accross the page, it is going down.
Is it possible to get it accross without a table?
The book warns against tables i know.
Thanks,
Barry
The code I gave above goes across the page. Copy that code into a new .html file, run it in your browser, and you will see. If you want help to adapt this to your page, you’ll need to show us its context.