I've built a large website to show off my movie collection, i used dreamweaver CS3, but I also used Collectorz Movie Collector which can build webpages, it was the collectorz html code that I used as without it, it would have taken me several months to create the website
here a snippet of the code:
<tr>
<td valign="top">
<a href="images/34621f.jpg" title="3:10 To Yuma" id="thumbimage">
<img src="images/34621t.jpg"/>
</a>
</td>
when you hover the mouse pointer over an image i have a popup displaying the name, but if a person clicks the image it takes you to "This webpage is not found". The destination image does not exist, i removed it earlier on to keep the filesize down.
Can i add code or remove some so the image cannot be clicked?
Thanks.