A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Outlook » Outlook Express
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

"Hot Linking" to a photo in the same email



 
 
Thread Tools Display Modes
  #11  
Old August 4th, 2009, 02:35 PM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
Steve Cochran
external usenet poster
 
Posts: 1,640
Default "Hot Linking" to a photo in the same email

With OE there is a problem in that the user also has to remove the BASE
Href= that OE creates, so one has to go to View | Source Edit and then
click on the source tab and remove it. Otherwise the internal anchors are
referencing the BASE href (which by default is the location of the
stationery folder on the local computer) and not the local page.

steve

"Twayne" wrote in message
...
"pinger" wrote in message
news
Ron:

This reminds me of the fellow who asked another person on the street
if he had the time. The other person answered to the affirmative,
yet walked on without telling him what time it was.

As I read through the series of replies here--and there seems to be,
shall we say, "a difference of opinion," I think what I'd like to do
is possible....but not by me if I don't know how to do it.

I know how to do a hyperlink, of course, to a web site but to a photo
resident in the email I'm sending....I can't figure it out.

If you could think of a site I could go to to give me the step by
step......thanks.

pinger


1. Place an anchor at the place you want to go to.

2. Write the link to go to the anchor. Say the anchor's name is
"#ThisPic".
The link, depending on what you're writing the code with, will look
somethign like:
This_is_a_link#ThisPic
The octothorpe (#) signifies to the program to go to the bookmark by
that name.
The anchor only needs to preced the location you want by at least one
line or could even be on the same line, but a line before is better
viewing wise because where the anchor is will be at the top of the screen.

Here's the anchor:
A NAME="tip"
The anchor can be on the same line or any line prior to wherever "top" is
chosen to be on the page, or in your case just before the line the image
is on would be best so it's obvious the whole picture is being shown.

And here's the link to it:
A HREF="#tip" top/A

Look at the Source Code of just about any page you go to that does
essentially what you want to do. Unfortunately though there are as many
ways to do this as there are beans in a can of beans, so to really
understand a little reading might help the most; any of the following
should be of help to you:

http://www.w3schools.com/TAGS/tag_a.asp ---- Excellent resources,
tutorials, articles, etc.

http://www.w3.org/TR/html401/struct/links.html

http://www.hypergurl.com/anchors.html


and finally, the 'a' tag in general:
http://www.htmlquick.com/reference/tags/a.html

I'd have given you all this info before but you seemed to indicate you
knew about tags and links and just needed something to point you in the
right direction in general. w3schools.com, BTW, is one of the best
references and learning centers there is for learning many different
languages and their nuances. Snoop around and I think you'll lke what you
findg.

HTH,

Twayne`







  #12  
Old August 4th, 2009, 02:57 PM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
Ron Sommer
external usenet poster
 
Posts: 1,059
Default "Hot Linking" to a photo in the same email

The BASE Href is only added when you use stationery.
So if you want to use stationery, you have to change the stationery link to
a full address link.
--
Ron Sommer

"Steve Cochran" wrote in message
...
With OE there is a problem in that the user also has to remove the BASE
Href= that OE creates, so one has to go to View | Source Edit and then
click on the source tab and remove it. Otherwise the internal anchors are
referencing the BASE href (which by default is the location of the
stationery folder on the local computer) and not the local page.

steve

"Twayne" wrote in message
...
"pinger" wrote in message
news
Ron:

This reminds me of the fellow who asked another person on the street
if he had the time. The other person answered to the affirmative,
yet walked on without telling him what time it was.

As I read through the series of replies here--and there seems to be,
shall we say, "a difference of opinion," I think what I'd like to do
is possible....but not by me if I don't know how to do it.

I know how to do a hyperlink, of course, to a web site but to a photo
resident in the email I'm sending....I can't figure it out.

If you could think of a site I could go to to give me the step by
step......thanks.

pinger


1. Place an anchor at the place you want to go to.

2. Write the link to go to the anchor. Say the anchor's name is
"#ThisPic".
The link, depending on what you're writing the code with, will look
somethign like:
This_is_a_link#ThisPic
The octothorpe (#) signifies to the program to go to the bookmark by
that name.
The anchor only needs to preced the location you want by at least one
line or could even be on the same line, but a line before is better
viewing wise because where the anchor is will be at the top of the
screen.

Here's the anchor:
A NAME="tip"
The anchor can be on the same line or any line prior to wherever "top" is
chosen to be on the page, or in your case just before the line the image
is on would be best so it's obvious the whole picture is being shown.

And here's the link to it:
A HREF="#tip" top/A

Look at the Source Code of just about any page you go to that does
essentially what you want to do. Unfortunately though there are as many
ways to do this as there are beans in a can of beans, so to really
understand a little reading might help the most; any of the following
should be of help to you:

http://www.w3schools.com/TAGS/tag_a.asp ---- Excellent resources,
tutorials, articles, etc.

http://www.w3.org/TR/html401/struct/links.html

http://www.hypergurl.com/anchors.html


and finally, the 'a' tag in general:
http://www.htmlquick.com/reference/tags/a.html

I'd have given you all this info before but you seemed to indicate you
knew about tags and links and just needed something to point you in the
right direction in general. w3schools.com, BTW, is one of the best
references and learning centers there is for learning many different
languages and their nuances. Snoop around and I think you'll lke what
you findg.

HTH,

Twayne`







  #13  
Old August 4th, 2009, 06:52 PM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
pinger
external usenet poster
 
Posts: 12
Default "Hot Linking" to a photo in the same email



Twayne:

Thant you. GOT IT! The first site that you listed, "3schools" which let me
work my way through it gave me the chance for trial and error. Voila. Done
deal. Thank you much.

pinger
  #14  
Old August 6th, 2009, 12:44 AM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
Twayne[_2_]
external usenet poster
 
Posts: 108
Default Welcome; happy to help "Hot Linking" to a photo in the same email

Welcome; happy to help. Thanks for the come-back.


"pinger" wrote in message

Twayne:

Thant you. GOT IT! The first site that you listed, "3schools" which
let me work my way through it gave me the chance for trial and error.
Voila. Done deal. Thank you much.

pinger




  #15  
Old August 8th, 2009, 01:28 PM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
Steve Cochran
external usenet poster
 
Posts: 1,640
Default "Hot Linking" to a photo in the same email

Thanks for that. I seem to remember -- or have thought -- it was always an
issue, but either I wasn't aware of that qualification or else they changed
things.

steve

"Ron Sommer" wrote in message
...
The BASE Href is only added when you use stationery.
So if you want to use stationery, you have to change the stationery link
to a full address link.
--
Ron Sommer

"Steve Cochran" wrote in message
...
With OE there is a problem in that the user also has to remove the BASE
Href= that OE creates, so one has to go to View | Source Edit and then
click on the source tab and remove it. Otherwise the internal anchors
are referencing the BASE href (which by default is the location of the
stationery folder on the local computer) and not the local page.

steve

"Twayne" wrote in message
...
"pinger" wrote in message
news Ron:

This reminds me of the fellow who asked another person on the street
if he had the time. The other person answered to the affirmative,
yet walked on without telling him what time it was.

As I read through the series of replies here--and there seems to be,
shall we say, "a difference of opinion," I think what I'd like to do
is possible....but not by me if I don't know how to do it.

I know how to do a hyperlink, of course, to a web site but to a photo
resident in the email I'm sending....I can't figure it out.

If you could think of a site I could go to to give me the step by
step......thanks.

pinger

1. Place an anchor at the place you want to go to.

2. Write the link to go to the anchor. Say the anchor's name is
"#ThisPic".
The link, depending on what you're writing the code with, will look
somethign like:
This_is_a_link#ThisPic
The octothorpe (#) signifies to the program to go to the bookmark by
that name.
The anchor only needs to preced the location you want by at least one
line or could even be on the same line, but a line before is better
viewing wise because where the anchor is will be at the top of the
screen.

Here's the anchor:
A NAME="tip"
The anchor can be on the same line or any line prior to wherever "top"
is chosen to be on the page, or in your case just before the line the
image is on would be best so it's obvious the whole picture is being
shown.

And here's the link to it:
A HREF="#tip" top/A

Look at the Source Code of just about any page you go to that does
essentially what you want to do. Unfortunately though there are as many
ways to do this as there are beans in a can of beans, so to really
understand a little reading might help the most; any of the following
should be of help to you:

http://www.w3schools.com/TAGS/tag_a.asp ---- Excellent resources,
tutorials, articles, etc.

http://www.w3.org/TR/html401/struct/links.html

http://www.hypergurl.com/anchors.html


and finally, the 'a' tag in general:
http://www.htmlquick.com/reference/tags/a.html

I'd have given you all this info before but you seemed to indicate you
knew about tags and links and just needed something to point you in the
right direction in general. w3schools.com, BTW, is one of the best
references and learning centers there is for learning many different
languages and their nuances. Snoop around and I think you'll lke what
you findg.

HTH,

Twayne`









  #16  
Old August 29th, 2009, 06:19 AM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
markhenry
external usenet poster
 
Posts: 12
Default "Hot Linking" to a photo in the same email


"pinger" wrote in message
...
Is it possible to have a clickable link in the text of an email that will
"jump" to a photo that is inserted farther down in the email?



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:59 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.