Help With Links

  • Follow


I need to copy & paste a link..no problem...I do not want the link to
be the full link, with several thousand characters...how do I reduce
the link to say - HOME 4 SALE and have that link take the user to my
web page?

0
Reply lisafitz (1) 3/17/2007 9:12:25 PM

In article <1174165945.554720.311380@y66g2000hsf.googlegroups.com>,
 lisafitz@ptd.net wrote:

> I need to copy & paste a link..no problem...I do not want the link to
> be the full link, with several thousand characters...how do I reduce
> the link to say - HOME 4 SALE and have that link take the user to my
> web page?

Any particular language in which you wish to specify this link?

-- 
Tom Stiller

PGP fingerprint =  5108 DDB2 9761 EDE5 E7E3 
                   7BDA 71ED 6496 99C0 C7CF
0
Reply Tom 3/17/2007 9:43:29 PM


In article <1174165945.554720.311380@y66g2000hsf.googlegroups.com>,
 lisafitz@ptd.net wrote:

> I need to copy & paste a link..no problem...I do not want the link to
> be the full link, with several thousand characters...how do I reduce
> the link to say - HOME 4 SALE and have that link take the user to my
> web page?

If you mean in Mail.app, type the text "HOME 4 SALE", mark it with the 
mouse, and then use the "Insert Hyperlink" menu command.  Paste the URL 
into the dialogue, and it will associate that URL with the text.

-- 
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***
0
Reply Barry 3/17/2007 10:11:53 PM

On Sat, 17 Mar 2007 14:12:25 -0700, lisafitz wrote:

> I need to copy & paste a link..no problem...I do not want the link to
> be the full link, with several thousand characters...how do I reduce
> the link to say - HOME 4 SALE and have that link take the user to my
> web page?

Lisa,

Just FYI, here's what goes on behind the scenes in a hyperlink - and this
structure consists of what are called HTML (hypertext markup language
- meaning a symbolic representation of text and graphics that is
interpreted by a program - in this case Web browser) tags:

<a href="http://www.ridiculouslylongaddresstothehouse.com">Home 4 Sale</a>

The <a is called an anchor as it sets a link on a page, and the </a> is
the closing tag (not all tags have closing counterparts.  What's between
the > and the < is what shows when the browser "renders" the "markup
language."

Frank 
0
Reply Frank 3/17/2007 10:20:05 PM

lisafitz@ptd.net writes:

> I need to copy & paste a link..no problem...I do not want the link to
> be the full link, with several thousand characters...how do I reduce
> the link to say - HOME 4 SALE and have that link take the user to my
> web page?

Unless you want to put a link into some application and label it with
a custom name, <http://tinyurl.com/> may be what you're looking for.
0
Reply Michael 3/17/2007 10:49:47 PM

<lisafitz@ptd.net> wrote:

> I need to copy & paste a link..no problem...I do not want the link to
> be the full link, with several thousand characters...how do I reduce
> the link to say - HOME 4 SALE and have that link take the user to my
> web page?

Look into tinyurl.com
0
Reply usenet 3/17/2007 10:55:03 PM

In article 
<m24poj7aes.fsf@lovborg.mkallweitt.skfm-wattenscheid.de>,
 Michael Kallweitt <M.Kallweitt@gmx.de> wrote:

> lisafitz@ptd.net writes:
> 
> > I need to copy & paste a link..no problem...I do not want the link to
> > be the full link, with several thousand characters...how do I reduce
> > the link to say - HOME 4 SALE and have that link take the user to my
> > web page?
> 
> Unless you want to put a link into some application and label it with
> a custom name, <http://tinyurl.com/> may be what you're looking for.

Not sure what the context of the question is? If you do not want 
a long link to display (and possibly confuse), on a webpage, just 
do not put it to appear, put it in the mailto: 

<a href="mailto:longlonglonglinktext...">As short as you like 
text here</a>

-- 
dorayme
0
Reply dorayme 3/17/2007 11:16:45 PM

6 Replies
70 Views

(page loaded in 0.114 seconds)

Similiar Articles:













7/8/2012 2:15:39 PM


Reply: