How Do I Make a Logo into a Link?

Techwalla may earn compensation through affiliate links in this story. Learn more about our affiliate and product review process here.
HTML markup can turn a logo image into a clickable link.
Image Credit: abluecup/iStock/Getty Images

You can make a logo into a link by adding HTML markup that tags the image as a link. The process to add the markup depends on the tool you use to add it. Some programs, such as Microsoft Outlook, provide a menu option to easily add links. Other tools, such as WordPress, have an HTML editor with a button to add a link. If neither option is available, you can type the HTML markup manually to make a logo clickable.

Advertisement

Video of the Day

If you have a menu option to insert a link, click to highlight the logo image and choose that option. If you have a button in an HTML editor, click to highlight the logo and click the button. Type the URL for the link, when prompted. If you're asked for a title that describes the link, type a description, such as a company name. Some editors also provide a check box you can enable to have the link open in a new browser window when a user clicks it.

Advertisement

Video of the Day

Inserting HTML Markup Manually

If you must type the HTML markup manually, open the relevant HTML page in a text editor, then look for the HTML code that includes the logo in your document, for example:

Example.com

Advertisement

In front of the code for the logo, add an HTML anchor tag and the URL for the link. Add a title that appears when a user hovers his mouse pointer over the logo. Specify a target window if you want the link to open in a new window. After the code for the logo, close the anchor tag you opened. For example:

Advertisement

Advertisement

Example.com

If you don't want the link to open in a new window, eliminate target="_blank".

Advertisement

Advertisement

references & resources

Report an Issue

screenshot of the current page

Screenshot loading...