[ acky.net logo ]




HTML

http://www.bsdshellz.net/
http://www.bsdshellz.net/

How to Insert Hyperlinks:

Regular Link | Email Link | Link to a midi | Linked Image | Email Linked Image


Regular Link:  > Back > Top

This is just your basic link with the <A> where you can rename it instead of having the full address displayed.

ex:

preview:

<HTML>
<HEAD>
<TITLE>Ack</TITLE>
</HEAD>
<BODY>
<A HREF="http://www.acky.net">click here to go there</A>
</BODY>
</HTML>




click here to go there


Email Link:  > Back > Top

This is a link where when you click on it, it will open your default email program and place the linked address in the to: column.

ex:

preview:

<HTML>
<HEAD>
<TITLE>Ack</TITLE>
</HEAD>
<BODY>
<A HREF="mailto:webmaster@acky.net">click here for E mail</A>
</BODY>
</HTML>





click here for E mail


Link to a  midi:  > Back > Top

When the user clicks on this midi link it will bring up a new browser window with the midi playing.

ex:

preview:

<HTML>
<HEAD>
<TITLE>Ack</TITLE>
</HEAD>
<BODY>
<A HREF="/midi1.mid">this a link to a music file</A>
</BODY>
</HTML>





this a link to a music file


Linked Image:  > Back > Top

When the user click on this image it will take them to the page selected.

ex:

preview:

<HTML>
<HEAD>
<TITLE>Ack</TITLE>
</HEAD>
<BODY>
<A HREF="acky.net"><IMG BORDER="0" SRC="star.gif" WIDTH="22" HEIGHT="21"></A>
</BODY>
</HTML>






Email Linked Image:  > Back > Top

When the person clicks on this image it will open their default email program and place webmaster@acky.net as the recipient of the email.

ex:

preview:

<HTML>
<HEAD>
<TITLE>Ack</TITLE>
</HEAD>
<BODY><A HREF="mailto:webmaster@acky.net"><IMG BORDER="0" SRC="star.gif" WIDTH="22" HEIGHT="21"></a>
</BODY>
</HTML>