LINKS INDEX

Sub-categories on this page
How to link to me - long version
The long version contains detailed information and explanations about linking graphics (for those who are new to HTML)
Link to me - short version
The short version contains just the banners and code
Information
Index
Awards (given by me)
How to link to me
Special Sites
Site of the Week (Award Winner)
Hot Sites of the Moment
Other Categories
Computer Related
Directories & Search Engines
Graphics
Magazines
Music
Reciprocal Links
Sport
Webpage Resources
Writer's Resources
Complete list of links
Go to Links Contents PageGo to the links contents page

Here's where you will find a hyperlinked list of all the main links pages including sub-categories.

Alternatively, you can use the 'Other Categories' list above to jump to other main pages.

Back to Top

 

Welcome to the Links Launchpad of my site.

This section will be a constant work in progress.  Over the past couple of years I have accumulated many links to some wonderful sites.  It's obviously going to take some time to get them all sorted out and placed on these pages in some sort of logical order so please bear with me and check back regularly.

Before placing any links on this site I will try to check them out and make sure they are still accessible, however if you find any that are broken I would appreciate it if you would let me know so I can remove or update them.

Go to Links Contents PageGo to the links contents page

  • Here's where you will find a hyperlinked list of all the main links pages including sub-categories.  

  • Alternatively, you can use the 'Other Categories' list in the left column to jump to other main pages.

All links to external sites will open up in a new browser window.

Australian Flag Australian sites can be recognised by the flag.

Top

BANNERS AND RECIPROCAL LINKS - HOW TO LINK TO ME

Quick Note

InfoTo those people who know how to link etc., it may seem like I am giving too much unnecessary information here.  The reason for this is that I can remember when I was first trying to learn html, it can be so confusing...this info. is for all those people who are starting their first webpages...I hope it's of some help to you :-)

Below you will find detailed linking instructions written specifically for those who are new to HTML.

Click here for the short version (just the banners and code)

If you wish to link your site to mine feel free to use either of the banners below (or just a text link if you prefer.)   I of course will be happy to return the favour and place your site on my reciprocal links page.  Just email me and let me know.

My email address is -

lmccorry@space.net.au

(Note - the first letter is a lowercase "l" as in love.  In some browsers it tends to look like the number one.  My first name is Lynn so that is where the "l" comes from...lynn)

My URL is -

http://www.space.net.au/~lmccorry/index.htm

(Note - the letter before the mccorry bit is a lower case letter "l" as in Lynn.  It is NOT the number 1 (one) which is what quite a few people have mistaken it for! ... it's so hard to find a font that actually looks the way a lower case letter "l" should look :-)

My site's name is -

NO RULZ

Quick Note

InfoYou can use this code for any other hyperlinked graphics on your site.  Just replace the URL, scr, alt, img scr, height and width with the properties of the image you are using.  

I will be adding a section containing tips about all the little things I have learnt while making my web pages.  If you are interested, check out the Other Things section of No Rulz.

To make things as easy as possible, I have listed the banner information and the raw HTML which you can copy and paste straight into the HTML part of your page.

If you do use use the code I have given you won't have any of those coloured hyperlink boxes around the banners and my page will open up in a separate browser window.

At present there are three banners to choose from but I will be adding more as soon as I can

Right click on the image that you want and save it where you keep the images for your website.

No Rulz Banner Red on Black

Image Name - norulzsmall2a1.gif

Image Size - 3012 bytes

Copy the text that's inside the table below and paste it into the html part of your document

<a href="http://www.space.net.au/~lmccorry/index.htm" target="_blank"><img scr="XXXX/norulzsmall2a1.gif" alt="No Rulz" border="0" width="135" height="68"></a>

Replace the XXXX with the name of the folder where you store your images for your site, for instance if you use a folder called images you would type

scr="images/norulzsmall2a1.gif"

If you don't use a folder to store your images but instead keep them in the same folder as your html documents, you would use 

scr="norulzsmall2a1.gif"

Top


No Rulz Banner White on Black

Image Name - norulzsmall2a2.gif

Image Size - 2716 bytes

Copy the text that's inside the table and paste it into the html part of your document

<a href="http://www.space.net.au/~lmccorry/index.htm" target="_blank"><img scr="XXXX/norulzsmall2a2.gif" alt="No Rulz" border="0" width="135" height="68"></a>

Replace the XXXX with the name of the folder where you store your images for your site, for instance if you use a folder called images you would type

scr="images/norulzsmall2a2.gif"

If you don't use a folder to store your images but instead keep them in the same folder as your html documents, you would use 

scr="norulzsmall2a2.gif"


Top

No Rulz Coloured Logo

Image Name - norulzsmall2a3.gif

Image Size - 5903 bytes

Copy the text that's inside the table and paste it into the html part of your document

<a href="http://www.space.net.au/~lmccorry/index.htm" target="_blank"><img scr="XXXX/norulzsmall2a3.gif" alt="No Rulz" border="0" width="318" height="38"></a>

Replace the XXXX with the name of the folder where you store your images for your site, for instance if you use a folder called images you would type

scr="images/norulzsmall2a3.gif"

If you don't use a folder to store your images but instead keep them in the same folder as your html documents, you would use 

scr="norulzsmall2a3.gif"

Top


HOW TO LINK TO ME - THE SHORT VERSION

If you wish to link your site to mine feel free to use either of the banners below (or just a text link if you prefer.)   I of course will be happy to return the favour and place your site on my reciprocal links page.  Just email me and let me know.

NO RULZ - http://www.space.net.au/~lmccorry/index.htm

(Note - the first letter is a lowercase "l" as in love.  In some browsers it tends to look like the number one.  My first name is Lynn so that is where the "l" comes from...lynn)

No Rulz Banner Red on Black

<a href="http://www.space.net.au/~lmccorry/index.htm" target="_blank"><img scr="norulzsmall2a1.gif" alt="No Rulz" border="0" width="135" height="68"></a>

No Rulz Banner White on Black

<a href="http://www.space.net.au/~lmccorry/index.htm" target="_blank"><img scr="norulzsmall2a2.gif" alt="No Rulz" border="0" width="135" height="68"></a>

No Rulz Coloured Logo

<a href="http://www.space.net.au/~lmccorry/index.htm" target="_blank"><img scr="norulzsmall2a3.gif" alt="No Rulz" border="0" width="135" height="68"></a>

Top


If you have found this page through a search engine click below to open up the frames that will let you navigate the other pages in this section as well as the whole site.  (Note, a new browser window will open up) No Rulz