Diamond Enthusiast


|
Hi emogirl Welcome to the Pool. I know what you mean It's like how the Hyperlinks are "made up" here on this site for all I know you can make one up here copy and paste it to your email or whatever you are doing and it should work?Perhaps you should wait for Dwight or TomGL2 to make a reply before you attempt it they may have a better suggestion?(they are the experts in this area(also Murray S.) If you have Aol you can do this all the time when saving links to Favorites or inserting links in email Here is the AP Version: What is here? There is a HTMLversion but I'm no good at that  Note:Normal "Copying and pasting" does not work instead highlight the text to be copied,press the MENU key next to the righthand CTRL key then press "C" to Copy and "P" to Paste bit awkward but with practice it is as fast as the "other method"
|
| |
| Posts: 13481 | Location: 6 miles west of Wigan UK | Registered: 06-05-02 |    |
|
Bronze Enthusiast
|
I think what EmoGirl is asking is how to put a link on a website that takes you to other than where the link indicates. It's easy to write something like: [URL=http://www.linuxcentral.com]www.microsoft.com[/URL] which would make what looks like a link to microsoft take you to linux central. let's see if it works www.microsoft.comYup - it does but the code tags don't seem to be working the html tags keep getting converted to UBB code even though I've got them inside "Code" tags. [This message was edited by crescen7 on 02-16-03 at 04:57 PM.]
|
| |
| Posts: 402 | Location: Austin, Texas, USA | Registered: 06-03-02 |    |
|
Gold Enthusiast
|
There are three main components: (1) the actual URL; (2) the description of the link; (3) and the optional popup tooltip.
For example, Microsoft's Internet Explorer homepage URL is http://microsoft.com/windows/ie/default.asp, which you may want to appear as Internet Explorer home. To do this, you'd use the HTML markup
<a href="http://microsoft.com/windows/ie/default.asp">Internet Explorer home</a>
which renders as
Internet Explorer home
To add a tooltip (hover the cursor on the link below to see it appear), use
<a title="Latest IE downloads href="http://microsoft.com/windows/ie/default.asp">Internet Explorer home</a>
which renders as
Internet Explorer home
|
| |
| Posts: 915 | Location: Dawson Ck. BC Canada | Registered: 06-03-02 |    |
|
Gold Enthusiast

|
EmoGirl: Don't get discouraged, I know that computers can drive us all nuts at times. Just keep on posting what you don't understand & I' sure all here will be happy to help. How about we take care of your avatar that's showing up as a box with a red X. Looking at the address you've used you are telling our computers to look on your own C: drive for the picture. Saddly that won't work.  If you'ed like you can E-Mail me with the picture you want to use, as an attatchment, & we'll get you set up. Regards Mike b. (AKA Byter)
|
| |
| Posts: 1052 | Location: Sun Valley, Calif. :^þ | Registered: 06-03-02 |    |
|