««Jan 2009»»
SMTWTFS
     123
45678910
11121314151617
18192021222324
25262728293031

Search TipicalCharlie

 


Most Popular Tags

   

Blog Status

  • 3 yrs 39 wks 0 days old
  • Updated: 5 Dec 2008
  • 70 entries
  • 139 comments
Tipical Charlie
Welcome to Tipical Charlie, a repository of all kinds of tips related to computing, from web developer and technologist, Charlie Arehart.
I'll mostly share my own tips that I've found others enjoyed hearing about. I'll welcome tips from others, too.
(Wondering where I came up with the name?)

Solve the problem of long URLs breaking up in emails

posted Friday, 23 February 2007

I'm sure you've experienced sending an email to someone (or a group/list) where you offer a URL, and someone receiving it complains "you're link is broken". But the problem is just that their mail program split the line. Here's an easy solution.

No, I'm not going to suggest  tinyrul or shrinkster, those are indeed very useful services. No, I've just learned of an approach that doesn't require creating a special URL.

Turns out all you need to do is wrap the URL in angle brackets (as in <myurl>). For most email clients, it seems, this prevents them breaking the URL onto another line. I got this tip from my friend Sean Corfield. Now as I do some googling, I do indeed see others reporting it, so it's not "new news". I've been emailing for nearly 10 years , and have just never seen or heard this before.  (Actually, I've been emailing for nearly 25 years, as I started on systems like BITNET and other forms of email when I started in IT in 1982.)

Anyway, you learn something new every day! :-) But that's why I created this blog. Hope it helps you.

links: digg this    del.icio.us    technorati    reddit




1. ihadme left...
Tuesday, 12 February 2008 11:11 am

I just tried it with Entourage and it doesn't work. :(


2. Taco Fleur left...
Wednesday, 20 February 2008 8:22 pm :: http://australiansearchengine.wordpress.

Never heard or seen this one before, sounds odd, but worth the try. Thanks