Hyperlinks

 

Copy and paste the script segment between the <body> and </body> mark-ups.

Edit the red text to meet your requirements, it is the page or service that it to be run when the link is clicked. Text shown in dark green is the text you want the reader to see.

  • href= is the full name and path to the file that is to be opened when the link is clicked.

 

When linking to an Email address, insert "mailto:" in front of the email address, for example "mailto:spam@microsoft.com".

For links to other web sites insert the full web address, for example "http://www.byscipt.com/images/test.jpg"

 

If you wish to provide a small image that can be clicked to show a full size larger image of the subject you will need to enter the full address of both of the images as shown in the third sample line.

 


 

<A HREF="http://www.byscipt.com/images/test.jpg">View Image</a>

 

<A HREF="mailto:richard@byscript.com">Email me</a>

 

<A HREF="/images/large-image.jpg"><IMG SRC="/images/small-image.jpg"></A>

 


Links will appear as shown below.

The image link can be seen on the images sample page.

 

View Image

 

Email me

 

 

You can submit your code fragments to us for publication here, 

by emailing to site  at  byscript.com.