« Visual Cognition Experiment | Main | Near Death Experience? »

February 13, 2003

Not a lot happen folks

where is everyone?

if you want to see something strange, check this out.

http://www.bored.com/nosepilot/real.html

very odd indeed.

Posted by Stuart at February 13, 2003 01:12 AM

Comments

Hey Stu, did you know you can add HTML to any post? I don't mind changing all of your URLs to links, but you can do that yourself (I don't know if you knew this already or not :?).

For the benefit of those who don't know HTML, I'll give you a little tutorial on creating hyperlinks. If I wanted to make a link to Google, I would type:

<a href="http://www.google.com">Link to Google</a>

All HTML tags are enclosed in tag delimeters ("<" and ">"). The avove tag happens to be an "anchor" tag (hence the "a"), which is used for several different things, one being hyperlinks. The "href" part stands for "hyperlink reference", and sets up the website this link is supposed to point to. Remember to type the full URL including the "http://" part, or it won't work. You'll also notice there are two tags here: the one at the front that contains the website, and the one at the back that looks like this: "</a>". These two tags surround some text. This is the actual text that will appear as the hyperlink on the page. So, the above code will produce the following hyperlink:

Link to Google

That's about all there is to it. I'll be putting up some additional info soon on all of the commenting pages, including how to create all of the lovely emoticons on the site.

Posted by: Joey at February 14, 2003 01:47 AM

What the heck is this site? Where did you find it? I'll have to agree that it is entirely odd, but what is it supposed to be about?

Posted by: Joey at February 14, 2003 04:35 AM