<div dir="ltr">thank you all! Greg's answer was just what I needed. Thank you so much, Greg.</div><div class="gmail_extra"><br clear="all"><div>:-)~MIKE~(-:</div>
<br><br><div class="gmail_quote">On Mon, May 12, 2014 at 3:28 PM, Greg Warner <span dir="ltr"><<a href="mailto:gdwarner@gmail.com" target="_blank">gdwarner@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr">Just click this at the bottom of your email screen (you may have to hover over the + sign next to the paper clip):<div><br></div><div><img src="cid:ii_145f28bc7d0444f2" alt="Inline image 1" width="293" height="56"><br>


</div><div><br></div><div>It will open up a dialog and the rest is history!</div><div><br></div><div><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 8, 2014 at 3:07 PM, jill <span dir="ltr"><<a href="mailto:lists@bespokess.com" target="_blank">lists@bespokess.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>


  
  

<div>
<pre>I think what you mean is how to make a link in an HTML document (website or email) be labelled something other than the URL, right?  So on a webpage the link might say "click here" instead of "<a href="http://example.com/some/stuff/tothe/page.html" target="_blank">http://example.com/some/stuff/tothe/page.html</a>" but when you click on "click here" it takes you to that page.

That can be done with HTML.  So <a href="<a href="http://example.com/some/stuff/tothe/page.html" target="_blank">http://example.com/some/stuff/tothe/page.html</a>">click here</a> would accomplish the above example.

<a href="http://www.w3.org/TR/html401/struct/links.html" target="_blank">http://www.w3.org/TR/html401/struct/links.html</a>

- Jill


O
n 2014-05-08 06:23, Michael Havens wrote:


> :-)~MIKE~(-:


> On Wed, May 7, 2014 at 7:24 PM, Bryan O'Neal <
> <a href="mailto:Bryan.ONeal@theonealandassociates.com" target="_blank">Bryan.ONeal@theonealandassociates.com</a>> wrote:

> > Most services have an API. Even <a href="http://x.co" target="_blank">x.co</a> has one.
> >  On May 7, 2014 5:13 PM, "James Dugger" <<a href="mailto:james.dugger@gmail.com" target="_blank">james.dugger@gmail.com</a>> wrote:
> >
> >> ​What is the context of the use case, website you are creating, or save
> >> typing (CLI)?  If it is a website, is it static (html only) or dynamic
> >> (PHP, Python, <a href="http://ASP.NET" target="_blank">ASP.NET</a>)?  Where is the site hosted, locally (you), ISP
> >> (Cox, CentruryLink, etc), hosting company (Hostmonster, GoDaddy, etc).
> >>
> >>
> >>
> >> On Wed, May 7, 2014 at 1:45 PM, Michael Havens <<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>> wrote:
> >>
> >>> welll, that's not quite what I meant.
> >>>
> >>> :-)~MIKE~(-:
> >>>
> >>>
> >>> On Wed, May 7, 2014 at 1:44 PM, Michael Havens <<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>> wrote:
> >>>
> >>>> nope, I don't. Oh well. Thanks.
> >>>>
> >>>> :-)~MIKE~(-:
> >>>>
> >>>>
> >>>> On Wed, May 7, 2014 at 1:38 PM, Matt Graham <<a href="mailto:mhgraham@crow202.org" target="_blank">mhgraham@crow202.org</a>>wrote:
> >>>>
> >>>>> On 2014-05-07 12:44, Michael Havens wrote:
> >>>>>
> >>>>>> How do I I condense long urls ? You know, the 'click here' where the
> >>>>>> 'here' is a link to your address.
> >>>>>>
> >>>>>
> >>>>> If you meant "I want to link to <a href="http://www.giantitp.com/" target="_blank">http://www.giantitp.com/</a><div><div>
> >>>>> forums/showthread.php?t=59834 (silly post about the Beige Dragon) but
> >>>>> the giantitp link is a whole lot to type.  I'd rather use something like
> >>>>> <a href="http://crow202.org/22" target="_blank">http://crow202.org/22</a> ," then you would use a URL shortener.  There
> >>>>> are a bunch of them.  <a href="http://bit.ly" target="_blank">bit.ly</a> and <a href="http://goo.gl" target="_blank">goo.gl</a> are popular IIRC.  These
> >>>>> things usually end up giving you " <a href="http://goo.gl/654321" target="_blank">http://goo.gl/654321</a> ", and if you
> >>>>> go there, the server there looks up 654321 in a huge table and gives you a
> >>>>> 301 redirect to <a href="http://example.com/a/really/huge/long/location/" target="_blank">http://example.com/a/really/huge/long/location/</a></div></div> .
> >>>>>
> >>>>> I wrote my own because it was a fairly easy thing to do, and all the
> >>>>> extant publicly-usable URL shorteners almost certainly use tracking cookies
> >>>>> and/or piles of JS garbage.  You probably don't have a webhost to put a URL
> >>>>> shortener on though.
> >>>>>
> >>>>> --
> >>>>> Crow202 Blog: <a href="http://crow202.org/wordpress" target="_blank">http://crow202.org/wordpress</a><div>
> >>>>> There is no Darkness in Eternity
> >>>>> But only Light too dim for us to see.
> >>>>> ---------------------------------------------------
> >>>>> PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a>
> >>>>> To subscribe, unsubscribe, or to change your mail settings:
> >>>>> <a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a>
> >>>>>
> >>>>
> >>>>
> >>>
> >>> ---------------------------------------------------
> >>> PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a>
> >>> To subscribe, unsubscribe, or to change your mail settings:
> >>> <a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a></div>
> >>>
> >>
> >>
> >>
> >> --
> >> James
> >>
> >> *Linkedin <<a href="http://www.linkedin.com/pub/james-h-dugger/15/64b/74a/" target="_blank">http://www.linkedin.com/pub/james-h-dugger/15/64b/74a/</a>>*
> >>
> >> ---------------------------------------------------
> >> PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><div>
> >> To subscribe, unsubscribe, or to change your mail settings:
> >> <a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a>
> >>
> >
> > ---------------------------------------------------
> > PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a>
> > To subscribe, unsubscribe, or to change your mail settings:
> > <a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a>
> >
> ---------------------------------------------------
> PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a>
> To subscribe, unsubscribe, or to change your mail settings:
> <a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a>
</div></pre>
</div>

<br>---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br></blockquote></div><br></div>
</div></div><br>---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br></blockquote></div><br></div>