Go Back   PCMech Forums > Help & Discussion > Internet, Web Applications, & The Cloud

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 09-05-2002, 09:01 PM   #1
Member (7 bit)
 
Join Date: Jul 2002
Location: danville,va
Posts: 101
inserting hyperlinks

Can anyone tell me how I insert a hyperlink into a message I
reply to here in the MECH? All I can do now is type the web address.
Thanks!
__________________
Sam
sam moore is offline   Reply With Quote
Old 09-05-2002, 09:09 PM   #2
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
Look here for how to use VB code.

You can also use HTML like so:
<a href="http://link">Link</a>
mairving is offline   Reply With Quote
Old 09-05-2002, 09:28 PM   #3
Member (7 bit)
 
Join Date: Jul 2002
Location: danville,va
Posts: 101
Simply Marvelous Mairving!
It really makes one feel goooooood, when ya learn sompin
new. Of coarse I'll have ta read over it a few times ta get the hang of it cause I find with age , I don't seem ta pick things up quite as good as I useta.
Many Thanks
sam moore is offline   Reply With Quote
Old 09-23-2002, 11:34 PM   #4
Member (7 bit)
 
plovex2's Avatar
 
Join Date: Jul 2002
Location: Detroit,Mi
Posts: 68
like this??
plovex2 is offline   Reply With Quote
Old 09-23-2002, 11:35 PM   #5
Member (7 bit)
 
plovex2's Avatar
 
Join Date: Jul 2002
Location: Detroit,Mi
Posts: 68
you can email me here
plovex2 is offline   Reply With Quote
Old 09-24-2002, 11:20 AM   #6
Member (14 bit)
 
reboot's Avatar
 
Join Date: Mar 1999
Location: Kelowna, B.C., Canada
Posts: 9,138
not quite.
For email, you only need to type the email addy, and the VB code will see that it's an email addy, and make it a hyperlink thus: reboot@pcmech.com
Simply typing a URL like this: http://www.pemech.com also creates a hyperlink.
You can also do it this way (try to edit this post to see how I did it) PCMech
__________________
Black holes are where God divided by zero...
Cheers, Jim

Jims Modems
reboot is offline   Reply With Quote
Old 09-24-2002, 11:37 AM   #7
Member (7 bit)
 
Join Date: Jul 2002
Location: danville,va
Posts: 101
quite interesting! As long as an application has a VB code and it is on, an email address,or a URL typed out will be inserted as hypertext. If I type a email address fred@ade.net (and later use the name) freda it too becomes hyper?





Moderator note: Your email address was edited out, I didnt think you'd enjoy spam on your account.

Last edited by Statica; 09-24-2002 at 12:56 PM.
sam moore is offline   Reply With Quote
Old 09-24-2002, 11:40 AM   #8
Member (7 bit)
 
Join Date: Jul 2002
Location: danville,va
Posts: 101
evidently not , cause it didn't work. But would it have if it had been a URL?
sam moore is offline   Reply With Quote
Old 09-24-2002, 12:12 PM   #9
Member (14 bit)
 
reboot's Avatar
 
Join Date: Mar 1999
Location: Kelowna, B.C., Canada
Posts: 9,138
VB code looks for "http://" and assumes that's a hyperlink.
If it sees two words on either side of an "@" it's assumed as an email link.
It's not intuitive enough to think that just because you typed "freda" it's going to make a link. If it did, every time that was typed by anyone, it would link, and that's NOT what you want.
reboot is offline   Reply With Quote
Old 09-24-2002, 12:39 PM   #10
Member (7 bit)
 
Join Date: Jul 2002
Location: danville,va
Posts: 101
I've got ya on the email and URL's, but what about the PCMECH?
If I use http://www.pcworld.com , and then later use PCWORLD ,it becomes hyper?
sam moore is offline   Reply With Quote
Old 09-24-2002, 12:44 PM   #11
Member (7 bit)
 
Join Date: Jul 2002
Location: danville,va
Posts: 101
Nope. Has ( it got something to do with parenthesis?) PCMECH
sam moore is offline   Reply With Quote
Old 09-24-2002, 12:46 PM   #12
Member (7 bit)
 
Join Date: Jul 2002
Location: danville,va
Posts: 101
I'm guessed out on how you did the PCMECH as a hyper.
sam moore is offline   Reply With Quote
Old 09-24-2002, 12:48 PM   #13
Member (14 bit)
 
reboot's Avatar
 
Join Date: Mar 1999
Location: Kelowna, B.C., Canada
Posts: 9,138
Just try to edit my post and look and see how I did it.
reboot is offline   Reply With Quote
Old 09-24-2002, 12:59 PM   #14
Premium Member
 
Statica's Avatar
 
Join Date: Jun 1999
Posts: 9,231
Quote:
Originally posted by sam moore
I'm guessed out on how you did the PCMECH as a hyper.
<"http://www.pcmech.com/">Click here to visit PCMECH</A>

will give you:

Click here to visit PCMECH
Statica is offline   Reply With Quote
Old 09-24-2002, 01:34 PM   #15
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
You can also do:
<a href="mailto:me@pcmech.com">Send Email</a>

Which yields this:
Send Email
mairving is offline   Reply With Quote
Old 09-24-2002, 01:35 PM   #16
Member (14 bit)
 
reboot's Avatar
 
Join Date: Mar 1999
Location: Kelowna, B.C., Canada
Posts: 9,138
You cheater Statica. I used VB code to do mine. I wasn't going to get into HTML lessons ;D
reboot is offline   Reply With Quote
Old 09-24-2002, 01:44 PM   #17
Premium Member
 
Statica's Avatar
 
Join Date: Jun 1999
Posts: 9,231
Quote:
Originally posted by reboot
You cheater Statica. I used VB code to do mine. I wasn't going to get into HTML lessons ;D
You know me 'boot .. I like to give out the source code & I like stuff of which I can see the source code .. not software that tells us that this is the way its to be done
I can see Mairving believing in the same (lost) cause..
Statica is offline   Reply With Quote
Old 09-24-2002, 02:21 PM   #18
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
Quote:
Originally posted by Statica

I can see Mairving believing in the same (lost) cause..
True
mairving is offline   Reply With Quote
Old 09-24-2002, 04:05 PM   #19
Member (7 bit)
 
Join Date: Jul 2002
Location: danville,va
Posts: 101
Well you guys have defnitely got it together!I never really got into books (my loss), I liked seeing and then trying for myself.
<"http:http://www.geocities.com/goldiethoma...titlepage.html"/>
click here to see my favorite car and it's in CANADA ! I guess
it's still there. I hope this worked.................
sam moore is offline   Reply With Quote
Old 09-24-2002, 04:09 PM   #20
Member (7 bit)
 
Join Date: Jul 2002
Location: danville,va
Posts: 101
what did I do wrong?????? Why did the link appear as I had written it? There's more to this than meets the IIIIII!
sam moore is offline   Reply With Quote
Old 09-24-2002, 04:39 PM   #21
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
Here is the format again:
<a href="http://link.htm">Link</a>
which yields this:
Link

You may have mixed VB code which basically just formats the link into HTML for you. If you use VB code, you would do [url="http://link.htm"]Link[/url

I left the trailing bracket off of the closing /url so that it would show up here.
mairving is offline   Reply With Quote
Old 09-25-2002, 11:59 AM   #22
Member (7 bit)
 
Join Date: Jul 2002
Location: danville,va
Posts: 101
Mairving, does the ( link.htm">) and the ( link) have to be
the same word for it to work?
sam moore is offline   Reply With Quote
Old 09-25-2002, 01:13 PM   #23
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
Quote:
Originally posted by sam moore
Mairving, does the ( link.htm">) and the ( link) have to be
the same word for it to work?
Nope.
mairving is offline   Reply With Quote
Old 09-26-2002, 09:28 PM   #24
Miz
Member (9 bit)
 
Join Date: Jun 2002
Location: Kansas
Posts: 491
Or on the reply page, you could just click on the little button that has "http://" on it, enter the text, click OK, enter the URL, click OK and it's all done for you.
Miz is offline   Reply With Quote
Old 09-26-2002, 10:07 PM   #25
Member (7 bit)
 
Join Date: Jul 2002
Location: danville,va
Posts: 101
Thanks MIZ!
I don't know why I'd never clicked in that box before. But it seems by going through the posts, I think I've picked up a better
understanding of how it works.
Preciate all of yall!!!!!!
sam moore is offline   Reply With Quote
Old 01-23-2003, 07:29 PM   #26
Member (3 bit)
 
Join Date: Jan 2003
Location: USA
Posts: 4
PCMECH
young&dumb is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 06:34 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2