Author Topic: How to....  (Read 945 times)

0 Members and 2 Guests are viewing this topic.

Offline Suicidal Fish

  • Arch Disciple
  • ***
  • Posts: 866
  • I like Chops
    • View Profile
How to....
« on: October 12, 2014, 05:51:05 am »
When someone creates a Link for example www.google.com and when you click on it it goes to CP or whatever rocks your boat.

I have no idea what this is called and how it is done.

So I need assistance
A billion Chinese can’t be wrong: eat rice.

Offline helladamnleet

  • Arch Disciple
  • ***
  • Posts: 508
    • View Profile
Re: How to....
« Reply #1 on: October 12, 2014, 03:00:35 pm »
When someone creates a Link for example www.google.com and when you click on it it goes to CP or whatever rocks your boat.

I have no idea what this is called and how it is done.

So I need assistance

Like this?

Offline Suicidal Fish

  • Arch Disciple
  • ***
  • Posts: 866
  • I like Chops
    • View Profile
Re: How to....
« Reply #2 on: October 12, 2014, 06:01:47 pm »
When someone creates a Link for example www.google.com and when you click on it it goes to CP or whatever rocks your boat.

I have no idea what this is called and how it is done.

So I need assistance

Like this?

Yep
A billion Chinese can’t be wrong: eat rice.

Offline Prometheus

  • Disciple
  • ***
  • Posts: 411
    • View Profile
Re: How to....
« Reply #3 on: October 12, 2014, 07:13:21 pm »
Pretty standard bbs code

Code: [Select]
[url=www.google.com]words go here[/url]
I'll try anything once, and twice to be sure.

Offline Suicidal Fish

  • Arch Disciple
  • ***
  • Posts: 866
  • I like Chops
    • View Profile
Re: How to....
« Reply #4 on: October 12, 2014, 07:43:24 pm »
Pretty standard bbs code

Code: [Select]
[url=www.google.com]words go here[/url]

No Idea what that is.

I must also add I am a Tech Retard
A billion Chinese can’t be wrong: eat rice.

Offline Prometheus

  • Disciple
  • ***
  • Posts: 411
    • View Profile
Re: How to....
« Reply #5 on: October 12, 2014, 09:48:15 pm »
Just take the example I gave you, put  your URL between the = and the] then what you want the link to say between the ] and the [
I'll try anything once, and twice to be sure.

Offline helladamnleet

  • Arch Disciple
  • ***
  • Posts: 508
    • View Profile
Re: How to....
« Reply #6 on: October 12, 2014, 09:51:28 pm »
Code: [Select]
[url=link to actual site goes here]what you want the link to appear as[/url]

Offline Suicidal Fish

  • Arch Disciple
  • ***
  • Posts: 866
  • I like Chops
    • View Profile
Re: How to....
« Reply #7 on: October 12, 2014, 09:53:07 pm »
Just take the example I gave you, put  your URL between the = and the] then what you want the link to say between the ] and the [

But then it comes out as www.yahoo.com (as an example)

I am lost and I need to found : Suicidal Fish 3:16
A billion Chinese can’t be wrong: eat rice.

Offline Suicidal Fish

  • Arch Disciple
  • ***
  • Posts: 866
  • I like Chops
    • View Profile
Re: How to....
« Reply #8 on: October 12, 2014, 09:53:36 pm »
Just take the example I gave you, put  your URL between the = and the] then what you want the link to say between the ] and the [

But then it comes out as www.yahoo.com (as an example)

I am lost and I need to found : Suicidal Fish 3:16

Hold on.... it didnt do that a minute ago
A billion Chinese can’t be wrong: eat rice.

Offline helladamnleet

  • Arch Disciple
  • ***
  • Posts: 508
    • View Profile
Re: How to....
« Reply #9 on: October 12, 2014, 09:55:00 pm »
Just take the example I gave you, put  your URL between the = and the] then what you want the link to say between the ] and the [

But then it comes out as www.yahoo.com (as an example)

I am lost and I need to found : Suicidal Fish 3:16

Hold on.... it didnt do that a minute ago


There you go, bud.

Offline Suicidal Fish

  • Arch Disciple
  • ***
  • Posts: 866
  • I like Chops
    • View Profile
Re: How to....
« Reply #10 on: October 12, 2014, 10:02:45 pm »
I am trying to email someone a link but the whole thing shows up, any ideas?
A billion Chinese can’t be wrong: eat rice.

Offline helladamnleet

  • Arch Disciple
  • ***
  • Posts: 508
    • View Profile
Re: How to....
« Reply #11 on: October 12, 2014, 10:08:26 pm »
I am trying to email someone a link but the whole thing shows up, any ideas?

use < and > instead of [ and ]

Offline Suicidal Fish

  • Arch Disciple
  • ***
  • Posts: 866
  • I like Chops
    • View Profile
Re: How to....
« Reply #12 on: October 12, 2014, 10:14:35 pm »
I am trying to email someone a link but the whole thing shows up, any ideas?

use < and > instead of [ and ]

Not Working..... I swapped both sets of brackets?
A billion Chinese can’t be wrong: eat rice.

Offline Prometheus

  • Disciple
  • ***
  • Posts: 411
    • View Profile
Re: How to....
« Reply #13 on: October 12, 2014, 10:29:47 pm »
The code used here is similar, but not the same to html. If you want it to show up like that in an email, you have to format it like this:

Code: [Select]
<a href=www.google.com>Look at this shiny link!</a>
I'll try anything once, and twice to be sure.

Offline Prometheus

  • Disciple
  • ***
  • Posts: 411
    • View Profile
Re: How to....
« Reply #14 on: October 12, 2014, 10:31:19 pm »
If your email client has a WYSIWYG tool, you could just use that, it will format it for you.
I'll try anything once, and twice to be sure.