answersLogoWhite

0

it depends on what software you are using, but I know in MS Front Page, you need only right-click on the image and choose Hyperlink and you should be able to type in the URL that you want.

User Avatar

Wiki User

18y ago

What else can I help you with?

Related Questions

How do you create a link to the top of the current web page?

A link to the top of current web page can be easily created. It can be done using <a> tag in <head>.


Does adding an id create locations on a web page that become destinations of links?

Yes, Once you've marked an element using the id attribute, you can create a hypertext link to that element using the hypertext link.


How do to create a static webpage with only one image as background?

Use html only and that should give you a static page. You can put image as background by using css


What is the HTML code for an photo link?

Image LinkYou do the same as you create a text link but place the image between the link tags instead of text. The link start tag containing the URL (web address) of the destination page is place first. Then the image tag containing the URL (web Address) where the image is stored is placed between the Link start and end tags. Then close the link tag. For example: This is the answer you were looking for: (no spaces)


How do you create our own page by using HTML page structure?

You can create your HTML page easily by using tags. Tags are the elements by writing them, you can create your views.


Is a hyperlink a web address and vice versa?

A hyperlink (or link) is a word, group of words, or image that you can click on to jump to a new document or a new section within the current document.When you move the cursor over a link in a Web page, the arrow will turn into a little hand.Links are specified in HTML using the tag.The tag can be used in two ways:To create a link to another document, by using the href attributeTo create a bookmark inside a document, by using the name attribute


Create a webpage to show image mapping?

create a web page to showimage mapping


How do you make a fan page?

To create a fan page, just log-in to your personal facebook account and visit any fan page you like and at the bottom part of that fan page you can see link there "Create a fan page" just click that and you can create your own page. Fill up all the necessary information and you can customize a landing page using HTML and iframes.


Where is image of cilia in nose?

Here is a related link at the bottom of page.


How can I properly attribute an image from Wikimedia Commons in my work with a citation?

To properly attribute an image from Wikimedia Commons in your work, include the title of the image, the author's name, the license type, and a link to the original image page. For example: "Image Title" by Author Name, licensed under License Type, Link to Image Page.


What is the attribute that is used to create a clickable link on the page?

The method is called a hyperlink. You create the link with an anchor tag. Here is an example: <a href="page.html" title="My Page">Clickable Link</a>.


What are the two steps in linking to a particular spot within a page?

To link to a particular spot within a page, first, you need to create an anchor by adding an id attribute to the HTML element you want to link to. Then, you can create a hyperlink using the href attribute that points to the id of that element, formatted as #id-name. When the link is clicked, the page will scroll to the specified location.