Web Page

Free to Use Marketing/Promotional Video for 1stPromotions Pro2 Web Store.

Free to Use Marketing/Promotional Video for 1stPromotions Pro2 Web Store.

This video is free to use and I created the video as a service for all Marketers so they can have a better way of promoting 1st Promotion’s Pro2 Web Mall.

The Code to Embed the Video onto Your Web Page:

<object width=”400″ height=”280″><param name=”movie” value=”http://www.youtube.com/v/InqqQqStEdg&hl=en&fs=1″></param><paramname=”allowFullScreen” value=”true”></param><param name=”allowscriptaccess” value=”always”></param><embed src=”http://www.youtube.com/v/InqqQqStEdg&hl=en&fs=1” type=”application/x-shockwave-flash” allowscriptaccess=”always” allowfullscreen=”true” width=”425″ height=”280″></embed></object>

If you would like to have the video altered or another video made you can contact me at www.profitmartbydesign.com

YOU MUST Not Change anything on or in the video. You only have permission to use it and not alter or edit the video. The video can only be used from the YouTube feed and all credits must be unobstructed.

Pro2 is a Mall where you don’t even need a website.  Interested in Pro2 for Yourself? Click  PRO2

Anchor Links – Only the Basics Please

Demystifying Anchor Links. Only the Basics Please. BryanBracken.com

 

HyperLinks – Anchor Text.

I will not be explaining bookmarking.

The “<A>” Tag Stands for Anchor.

You can use an Anchor in two ways one for creating a link to another web page or site when used in conjunction with the href attribute or for creating a bookmark within your web page using the name attribute.

<A HREF - Opening tag.

</A> – Closing Tag.

HREF – Specifies the target URL of the link.

The default colors of the links in all browsers will be:

Unvisited: Underlined and Blue.
Visited:
Underlined and Purple.
Active:
Underlined and Red.

Examples:

<a href=”index.html”>Home</a>

Home

<a href=”http://bryanbracken.com/”>
BryanBracken.com</a>

BryanBracken.com

<a title=”Home Page Link” href=”index.html”>Home</a>

Home

<a title=”Home Page Link” href=”index.html” target=”_blank”>Home</a>

Home

TARGET – Specifies where to open the target URL.

_blank is for a New Page
_parent is for a Parent when using frame pages.
_top is Whole Page
_self is for a frames page.

There are a number other additions that can be applied to the link but the above are just the basics.

I hope you enjoyed the information on Anchor Links.