|
Linking
to Net Memoriam
You're
welcome to add a link from your own web site to Net Memoriam.
Below we've displayed two images that you may use when linking
along with a normal text link. We've also put the HTML code
required for each example. Cut and paste the code examples
into your HTML document.
Example
1 - no image link:
NetMemoriam
On-line Memorials
HTML code:
<a
href="http://www.netmemoriam.com" target="_blank">NetMemoriam
On-line Memorials</a>
Example
2 - small image link:
Image:

HTML code:
<a
href="http://www.netmemoriam.com" target="_blank">
<img src="http://www.netmemoriam.com/images/netlink.gif"
alt="NetMemoriam On-line Memorials" border=0 height=30 width=90></a>
Example
3 - large image link:
Image:

HTML
code:
<a
href="http://www.netmemoriam.com" target="_blank">
<img src="http://www.netmemoriam.com/images/nmlogo.gif"
alt="NetMemoriam On-line Memorials" border=0 height=142
width=150></a>
|