I have tried to insert a Web link into an image using the HTML editor (i.e., so that when a user clicks the image, a new window pops up with the target URL).
I left-click on the image, selecting it, click the Link icon in the toolbar, and type in the URL. When I close the dialog, the image disappears and the image's alternate text appears, underlined in blue. The image is no longer visible, and it has been removed from the HTML.
What is the proper way to use an image as a link, or is this something that can't be done?
No tildes.
Here is the HTML prior to the insertion of the link:
<img title="abstract one" alt="abstract one" src="http://192.168.1.104/training/file.php/3/thumbnails/004_images_004.jpg" border="0" height="113" hspace="0" vspace="0" width="150" />
Here it the link I attempted to insert:

Here is the HTML after insertion:
<a href="http://192.168.1.104/training/file.php/3/fullsize_images/modern_art.JPG">abstract one</a>
Which displays as the attached image.
Here is the HTML prior to the insertion of the link:
<img title="abstract one" alt="abstract one" src="http://192.168.1.104/training/file.php/3/thumbnails/004_images_004.jpg" border="0" height="113" hspace="0" vspace="0" width="150" />
Here it the link I attempted to insert:
Here is the HTML after insertion:
<a href="http://192.168.1.104/training/file.php/3/fullsize_images/modern_art.JPG">abstract one</a>
Which displays as the attached image.
