MENU

Home

Pictures

Z31 Repairs

Z31 Modifications

Z31 Information

Z31 Fiche Index

Z31 FAQs

Z31 Registry

Z32 Registry

Other

Links

In case you want to know
how I'm doing,

Deer Valley, Arizona
Click for Glendale, Arizona Forecast

e-mail me

01915 hits
since 05/1/2004

ZBUM's How To Post Links on Z31.com

This is a basic lesson in how to post links to the Z31.com board.

Links

This is a very simple explanation. Since most people are able to cut and paste, it should be very easy and only takes a few extra seconds.
A complete link looks like this:

<a href="href" target="target">Appearing Text</a>
Now, a breakdown of it...
href - This is where the actual link goes. href means the hyperlink reference. Include the entire web address including the http://.
target - (optional) This will generally open into a new window. If there is a window that already has the same name as the target window, it will open it into that window.
appearing text - This is the text that will actually appear on the screen. Everything between the < & > symbols will be hidden from the browser.

Note that there is a closing </a> tag. If you don't have this tag, there is a possibility the code won't work. It will also link anything after the text you wished to link.

<a href="http://z31.com/board" target="z31">Z31.com message board</a>
yields:
Z31.com message board