I tried to HTML but... (in Off-topic)


Drama [Just for fun] July 27 2009 12:05 AM EDT

My link didn't work out. here's an example of what I did.


<a href=http://>www.youtube.com/</a> where did I go wrong ??

BHT July 27 2009 12:07 AM EDT

<a href="url">Link text</a>

BHT July 27 2009 12:08 AM EDT

Oh, you forgot your quotes, put " before and after " the link

Drama [Just for fun] July 27 2009 12:11 AM EDT

www.youtube.com/

PearsonTritonRaveshaw July 27 2009 12:20 AM EDT

<a href="www.carnageblender.com">hyperlink text</a>

Lefty July 27 2009 12:22 AM EDT

For the record, you don't need the quotes.

<a href=http://www.google.ca> Link text here </a>

Works the same as

<a href="http://www.google.ca"> Link text here </a>

bartjan July 27 2009 12:26 AM EDT

Raveshaw: you *really* need the http:// part....

PearsonTritonRaveshaw July 27 2009 12:29 AM EDT

Sorry, I just forgot to include it.

Drama [Just for fun] July 27 2009 12:37 AM EDT

What is the "link text here" if you put all in the URL section?

Burton July 27 2009 12:45 AM EDT

You can name the hyperlink. Instead of it being the actual URL, you can name it to say click me or something neat.

Daz July 27 2009 1:05 AM EDT

Such as this elegant and finely crafted link

Drama [Just for fun] July 27 2009 1:50 AM EDT

AH!! ok I get it. Try me and see!!

Drama [Just for fun] July 27 2009 1:53 AM EDT

Wow sorry for the spam, but I did my first HTML link ever. All thanks to all of you. Yes!!! I'll sleep less dump tonight .

Adminedyit [Superheros] July 27 2009 5:25 AM EDT

This should help you with some HTML, its in the Community section, under News.
This thread is closed to new posts. However, you are welcome to reference it from a new thread; link this with the html <a href="/bboard/q-and-a-fetch-msg.tcl?msg_id=002pqk">I tried to HTML but...</a>