7
   

How do I use my own words in a hyperlink?

 
 
snood
 
Reply Mon 13 Jun, 2016 09:25 am
I bet this is one of those simple tech things that most people already know, and I open myself up for ridicule and scorn by asking, but...
I think it's pretty cool when people post a hyperlink with their own words underlined and written in blue. Like, "Here is the youtube I viewed on the subject ."
How do you do that?
 
jespah
 
  3  
Reply Mon 13 Jun, 2016 09:31 am
@snood,
Ah, there's here and there is elsewhere online.

Here, you use PHP.

Code looks like this:
Code:[url=http://www.cnn.com/]stuff I saw on CNN[/url]


It will come out like this: stuff I saw on CNN

Just copy what I did and change the URL and verbiage as you prefer.

Elsewhere, you use HTML code. It's not that hard. Smile You would type:

<a href="http://www.cnn.com">stuff I saw on CNN</a>

The <a> tags are for the URL, which has to be in parentheses. The parentheses have to be the straight kind, not the curly kind. The second tag, like in most HTML, has to have a / in it.
0 Replies
 
DrewDad
 
  1  
Reply Mon 13 Jun, 2016 09:33 am
@snood,
Code:[url=<actualURL>]YourTextHere[/url]
snood
 
  1  
Reply Mon 13 Jun, 2016 09:37 am
@DrewDad,
Wow. That looks easy. Thanks, DD.
0 Replies
 
roger
 
  2  
Reply Mon 13 Jun, 2016 09:39 am
Sure glad we have a preview button
0 Replies
 
snood
 
  1  
Reply Mon 13 Jun, 2016 09:41 am
Crystal Does Ali

Hmmm. I was able to use your code to get my words in the link, but the link does't work. Wonder why?
ehBeth
 
  1  
Reply Mon 13 Jun, 2016 09:42 am
@snood,
I use [url][/url]

after clicking on URL from the BBCCode Editor

I type = in the first url box

[url=][/url]

then put in the link

[url =http://www.biography.com/news/happy-days-cast-where-are-they-now][/url] (added a space in here so you can see what it will look like)

then type in the words I want between the url boxes

it's a surprise


ehBeth
 
  1  
Reply Mon 13 Jun, 2016 09:44 am
@snood,
<https://www.youtube.com/watch?v=fUNLDqcXG-Q>

drop < > from your link
0 Replies
 
snood
 
  1  
Reply Mon 13 Jun, 2016 09:44 am
@ehBeth,
I'll try it. Thanks.
0 Replies
 
snood
 
  4  
Reply Mon 13 Jun, 2016 09:49 am
Yay!!! I has learned a thing!

Crystal Does Ali

Thanks, all.
0 Replies
 
DrewDad
 
  2  
Reply Mon 13 Jun, 2016 11:34 am
@snood,
Code:
not working:
[url=<https://www.youtube.com/watch?v=fUNLDqcXG-Q>]Crystal Does Ali[/url]

working:
[url=https://www.youtube.com/watch?v=fUNLDqcXG-Q]Crystal Does Ali[/url]


Crystal Does Ali


My bad. I should have either left of the angle brackets, or advised that they were part of the variable field.
0 Replies
 
ehBeth
 
  3  
Reply Mon 13 Jun, 2016 11:52 am
for the next level of fun

hide a link under the pic

Smile

http://media.gettyimages.com/photos/boxing-legend-muhammad-ali-left-jokes-with-host-comedian-billy-an-picture-id735898

0 Replies
 
panzade
 
  1  
Reply Mon 13 Jun, 2016 05:31 pm
Reference
0 Replies
 
 

Related Topics

 
  1. Forums
  2. » How do I use my own words in a hyperlink?
Copyright © 2024 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.03 seconds on 04/25/2024 at 03:14:57