email Column in table - utility to convert into mailto: addresses

©

©®

I have a table in my document (name, phone, email) and have about
150-200 different email addresses in the "email" column. They are in
plain text with no links.
Is there an automated way (in Dreamweaver or a 3rd party add-on) that I
can convert that whole column into linkable email addresses so that when
someone clicks on the address, it will open their email program?

I am hoping I don't have to manually copy each address and then add
"mailto:" to each address.
Each address field corresponds to the name of the person. Some names are
husband/wife and they are in alphabetical order.

e.g.
adam bullin (e-mail address removed)
tom gregg (e-mail address removed)
betty smith (e-mail address removed)
john smith (e-mail address removed)
tommy tomlin (e-mail address removed)

I want it to be:

adam bullin (e-mail address removed)
tom gregg (e-mail address removed)
betty smith (e-mail address removed)
john smith (e-mail address removed)
tommy tomlin (e-mail address removed)
 
©

©®

Sorry...the first set of names were not supposed to be hyperlinked. I
hope you understand what I was meaning!
 
E

Els

©® said:
I have a table in my document (name, phone, email) and have about
150-200 different email addresses in the "email" column. They are in
plain text with no links.
Is there an automated way (in Dreamweaver or a 3rd party add-on) that I
can convert that whole column into linkable email addresses so that when
someone clicks on the address, it will open their email program?

I am hoping I don't have to manually copy each address and then add
"mailto:" to each address.

Probably possible in Dreamweaver, but I don't know that
program. I find it very easy to do in TextPad, using the
macro function.
http://textpad.com/
 
S

Shahid Juma

One way that I can think of is you can past the three columns into Excel

4th column: <a href="mailto:
5th column: "</a>
6th column: concat (4th column, email column, 6th column)

Then just copy the first 2 columns and the 6th one and paste it into an
editor like Dreamweaver which will recognize the columns/rows...

Shahid
(remove NOSPAM from the email address when replying to my email address)
 
B

Beauregard T. Shagnasty

Quoth the raven ©®:
I have a table in my document (name, phone, email) and have about
150-200 different email addresses in the "email" column.

Since these addresses will become "harvestable" by the spambots, have
these people given their permission for you to publish them?
 
©

©®

Shahid said:
One way that I can think of is you can past the three columns into
Excel

4th column: <a href="mailto:
5th column: "</a>
6th column: concat (4th column, email column, 6th column)

Then just copy the first 2 columns and the 6th one and paste it into
an editor like Dreamweaver which will recognize the columns/rows...

Thanks - that was what I needed. FYI the 5th column should be: ' "</a>
as without the ' it will be right aligned and have no closing quote
(unless of course I misunderstood your info!)
 
F

Foofy (formerly known as Spaghetti)

I am hoping I don't have to manually copy each address and then add
"mailto:" to each address.
Each address field corresponds to the name of the person. Some names are
husband/wife and they are in alphabetical order.

It seems like you already got your problem solved, but I did this sort of
thing once in EditPlus with it's regular expression find and replace
thingy.

Find: <td>(.+)@(.+)</td>
Replace with: <td><a href="mailto:\1@\2">\1@\2</a>

I wish more apps supported regular expressions in find and replace.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top