FJowners.com

General Category => Forum Suggestions => Topic started by: Dan Filetti on February 03, 2010, 10:16:36 AM

Title: Linking
Post by: Dan Filetti on February 03, 2010, 10:16:36 AM
Trying to teach myself some basic HTML...

Been experimenting with href to no avail.

I see Klavdy has mastered it, so I'd like to attempt it myself.  So, viewing the source of one of his recent posts, where he referenced a CNET codec download I see the following:

<a href="http://download.cnet.com/K-Lite-Mega-Codec-Pack/3000-13632_4-10794603.html (http://download.cnet.com/K-Lite-Mega-Codec-Pack/3000-13632_4-10794603.html)" target="_blank">CNET</a>

Curious to see if this works one I save it...

In my failed attempt I tried several versions of:

I was thinking the <a href="http://en.wikipedia.org/wiki/Law_of_Unintended_Consequences (http://en.wikipedia.org/wiki/Law_of_Unintended_Consequences)" target="_blank">same thing</a>

and that did not seem to work (maybe it will now -not sure).

then I thought the issue was the URL itself, so I tried something simpler:

<a href="http://www.google.com (http://www.google.com)" target="_blank">same thing</a>

I'm guessing I'm missing something(s), any input would be useful...

Thanks,

Dan

Title: Re: Linking
Post by: andyb on February 04, 2010, 08:03:31 AM
The major thing you're missing is that you don't need to use html to post links as such.

If you hit the quote button on his post, you'll see this bit instead:

[url=http://blip.tv/play/AYHB4VwC]http://blip.tv/play/AYHB4VwC[/url]

You seem to be reading directly from the page source, but putting it back into a post isn't usually allowed by the forum software (for good reason).

If you're thinking the same thing (http://en.wikipedia.org/wiki/Law_of_Unintended_Consequences) then you will want to do things with the BB code used, like:

[url=http://en.wikipedia.org/wiki/Law_of_Unintended_Consequences]same thing[/url]

Title: Re: Linking
Post by: Dan Filetti on February 05, 2010, 09:47:52 AM
Thank you Andy.  You're a Hell of a Guy (http://hell-of-a-guy.com/)

OK,

I'm testing this out too..

Thanks again.

Fan