Showing posts with label links. Show all posts
Showing posts with label links. Show all posts

Saturday, September 29, 2007

about links and linking

Saturday, September 29, 2007

... i thought this cold, nerdy and un-sexy post needed a hot, sexy picture for balance...
expand the post to see codes for the various ways you can link stuff.

essentially we create a link when we use the anchor ("a") tag with its href attribute. other useful attributes you can specify include:
1. title ~ some text that will appear when users 'mouseover' the link, and
2. target ~ which specifies to the browser to open the link in a new window (the default is '_self') when assigned a value of '_blank'

to link text (to another website)
<a href="http://theurlhere.com/">put your text here</a>


to link an image (to a website)
<a href="http://theurlhere.com/"><img src="http://yourimage.url" /></a>


to link to an email address
<a href="mailto:theredmantissa.blogspot.com">an email link</a>


to link to another part of your document (i.e. like if you have a wildly long blog post and you want to provide navigation links at the beginning of your post or something)

you have to identify the sections of the document using the "a" tag like this:

<a name="intro">Intro</a>



then you can refer to that section like this:
<li><a href="#intro">Intro</a></li>

0 comments

Saturday, July 14, 2007

~something new i learned~

Saturday, July 14, 2007
IMAGE-MAP. yeah. its essentially an image that you make into a map of links. you select certain rectangular-shaped areas of the image according to its co-ordinates and you associate/attach a URL to that area of the image - these areas of the image we then call hot spots. surely, after that very primitive explanation you can see why this would amuse me a great deal. particularly when i have developed a particular sick fondness for some of hr giger's works. and so ... here's the link to the image map. mouse over the image and you will find the link-able areas. intuitively, you should know from the image where the hot spots reside. each of the linked sites will open in a new window/tab in your browser.

here's a legend to the image map, for those who need one - the image detail and associated link i have listed below.

1. right breast --> mantissa
2. left breast --> cruel virgin
3. umbilicus --> spilled to bloodlessness
4. eye/penis --> x-dell
5. goulish creature that reminds me ferry man, a la river styx --> dead like me tv show site
6. dog --> sparring k9
7. female perineum --> vagina monologues site
8. monster on which the f/male perineum pours a golden shower --> link to the good father ~ pedophilia in the RC church.

11 comments