How to Imbed an Image With a Hyperlink on Dreamweaver Using HTML
by ThomasCrumley in Circuits > Software
5676 Views, 7 Favorites, 0 Comments
How to Imbed an Image With a Hyperlink on Dreamweaver Using HTML
Dreamweaver is an Adobe software commonly used for web design and document editing. These instructions will explain the process of inserting an Image with a Hyperlink into a Dreamweaver document using HTML codes. By clicking an Image with a Hyperlink attached, you will be automatically taken to the assigned Webpage.
Find Your Image
Google Images and Imgur are great resources to searching and finding images.
Once you have found the desired image, right click it and select "Copy Image URL."
Create a New Dreamweaver Document
Open a new Dreamweaver document and select the "HTML" option.
Coding Your Image
In Dreamweaver, select the "Split" mode (circled in red).
Click after the first <body> tag and press "Enter" (line 8 in picture) to create a new line (line 9 in picture).
Type the tag <img src=""/> in the new blank line.
Right click in between the quotation marks and select "Paste". The Image's URL should appear.
Find Your End Website
Go to the Website to which you wish to link your Image.
Right click on the address bar (marked with a red dot in the picture) and select "Copy."
Inserting Hyperlink
On Dreamweaver, click in front of the <img src= tag and press Enter. Type the tag <a href=""> in the new line.
Right click between the quotation marks and select "Paste." The Website's URL should appear.
Click after the <img src= tag (marked with a red dot in the picture) and press "Enter" to create a new line.
Write the tag </a> in the new line.
Viewing Finished Work
Click the "Design" and "Live" buttons, located next to the "Split" button.
Click the "Globe" symbol and select the Web Browser that you have been using (Google Chrome is pictured, but any browser will work).
Dreamweaver should automatically pull up your image on a new Webpage. Click on the image to ensure that the Hyperlink is functioning.