Skip to main content

How to add a link to your image using HTML

Here is a step by step on how to make an image link in HTML.

1.) Open your web page using your HTML editor.

2.) Find the image on your page that you want to make linkable.

3.) Add the code that is highlighted in orange to your image tag.


     <a href="http://yourURL"><img src="yourImage" alt="imageDescription" /></a>


4.) Replace "yourURL" with the location of where you want your image to link to.

5.) To make your image link to another web page and make that web page open in a new tab in the browser you can add the following to the link.


                 <a href="http://yourURL" target="_blank"><img src="yourImage"                   alt="imageDescription" /></a>



Comments

Popular posts from this blog

Merge Multiple PowerPoint Presentations into one File

Below are the steps that I use to merge multiple PowerPoint presentations into one single presentation. Their are a few different ways to accomplish this task, but the steps listed below are the ones that have worked well for me in the past. Here are the steps... 1) First open up all the PowerPoint presentations that you want to merge into one show. After you have opened all your presentations you can either choose to create a new PowerPoint file or merge them into an existing file. 2) Open up any of your other presentations and select the "View" tab and select the "slide sorter" view. 3) Once in slide sorter, select the slides you wish to copy or press "Ctrl+A" to select all the slides. 4) Open the merged PowerPoint file. 5) Select where you want the new slides to go and press "Ctrl-V" to paste in the new slides. The copied slides will now be pasted into your new merged presentation, but if the slides have different templates

How to Setup Dolby Digital 5.1 Sound in VLC

Here's how to setup VLC media player for Dolby Digital 5.1 surround sound output through your computer's coaxial or optical digital audio output: 1) Launch VLC and click on the "Tools" menu and select "Preferences". 2) Once on the "Preferences" page select the "Audio" tab on the left hand side of the page. 3) Place a check mark next to "Enable audio" and "Use S/PDIF when available".  For the "Force detection of Dolby Surround" setting choose Auto and under the "Output" section, choose "Win32 waveOut extension output" as output type. The rest of the settings are optional.                                                                                                       4) Restart VLC and your done.

Find Google on Twitter

I found this  post on the Official Google Blog . The post listed all the accounts that Google has created on Twitter , and they even divided it up by category. To see the list of Twitter accounts that Google has created on Twitter you can click here: Google accounts on Twitter