How to Add Promotion Sales URLs
A promotion sale URL (Uniform Resource Locator) typically refers to a specific address on the Internet where a website offers the visitor a special deal. You obtain these URLs when you participate in an affiliate program in which you earn a certain amount of money when the user performs an action such as clicking the link. To make these links active, you must publish them to your Web page. Use HyperText Markup Language (HTML) to add the promotion sales URL to the page of your choice.
Instructions
-
-
1
Launch the website page that you want to add the promotion sale URL to.
-
2
Position your cursor in the area on the page where you want the link to appear. Type the following:
<a href=" "></a>
-
-
3
Enter the URL of the promotion sale between the quotation marks in the first set of angle brackets like so:
<a href="http://www.url.com"></a>
-
4
Type the content, such as the name of the destination Web page, in between the angle brackets. To illustrate:
<a href="http://www.url.com">Promotion Sale Text</a>
The HTML code makes the linked text appear in a different color, such as blue, and with an underline.
-
5
Save your work. Your sales promotion URL is now added to your Web page.
-
1