Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-07-2008, 02:52 PM
crosswire80
 
Posts: n/a
Anchor links point to desktop when previewing

dreamweaver doesn't allow anchor links to stay put instead points them
elsewhere.Im trying to create them in an html newsletter.

Ok i've searched to no avail and came up to this site
http://www.experts-exchange.com/Web_...ett+stationeri
that has a solution in the end. According to it, outlook express uses source
edit to correct the anchor link and make it
<A href="#topic1">
as opposed to it pointing to a location on ure desktop.outlook 2k doesnt seem
to hold on to the anchor links.

I used outlook express to edit the source here is an example.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3086" name=GENERATOR></HEAD>
<BODY>
<DIV>
<P><A href="#topic1">Topic 1</A><BR>
<A href="#topic2">Topic 2</A><BR>
<A href="#topic3">Topic 3</A></P>
<P>&nbsp;</P>....etcetc



PS: im using outlook 2000 to send out my newsletters at work since it doesnt
have the source edit , ive to use outlook express to edit the html for the
anchor links and reinput it into the outlook 2k mail .But still doesnt work.

Reply With Quote
  #2 (permalink)  
Old 03-07-2008, 03:09 PM
Murray *ACE*
 
Posts: n/a
Re: Anchor links point to desktop when previewing

How does the link look in the document when you open it in DW?

How does it look when you preview in DW?

How do you WANT IT to look when it's received by the addressee?

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"crosswire80" <webforumsuser@macromedia.com> wrote in message
news:fqrks6$l6m$1@forums.macromedia.com...
> dreamweaver doesn't allow anchor links to stay put instead points them
> elsewhere.Im trying to create them in an html newsletter.
>
> Ok i've searched to no avail and came up to this site
> http://www.experts-exchange.com/Web_...ett+stationeri
> that has a solution in the end. According to it, outlook express uses
> source
> edit to correct the anchor link and make it
> <A href="#topic1">
> as opposed to it pointing to a location on ure desktop.outlook 2k doesnt
> seem
> to hold on to the anchor links.
>
> I used outlook express to edit the source here is an example.
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
> <META content="MSHTML 6.00.2900.3086" name=GENERATOR></HEAD>
> <BODY>
> <DIV>
> <P><A href="#topic1">Topic 1</A><BR>
> <A href="#topic2">Topic 2</A><BR>
> <A href="#topic3">Topic 3</A></P>
> <P>&nbsp;</P>....etcetc
>
>
>
> PS: im using outlook 2000 to send out my newsletters at work since it
> doesnt
> have the source edit , ive to use outlook express to edit the html for the
> anchor links and reinput it into the outlook 2k mail .But still doesnt
> work.
>


Reply With Quote
  #3 (permalink)  
Old 03-07-2008, 03:40 PM
crosswire80
 
Posts: n/a
Re: Anchor links point to desktop when previewing

How does the link look in the document when you open it in DW?

Ok here is the correct code in dreamweaver
<A href="#Bottom">Goto the Anchor</A>
...going to a point down the page.
<A name=Bottom>YEH!</A>


How does it look when you preview in DW?
When i preview in IE, the anchors works. However when i hover my mouse over
the link this is what i see *
file:///C:/desktop/Documentsetc/desktop/links.htm#bottom


How do you WANT IT to look when it's received by the addressee?
I usuallly copy the preview into outlook 2000 as a newsletter to send and the
anchor links change to the above * so when i send it it the anchors don't work
on the recipients email.

However if i copy the previewed file in outlook express, i can change the code
and remove the file:///C:/desktop and just keep <A href="#Bottom"> and it works
when its sent out.However, we don't use outlook express at work.So im stuck
with outlook2k

Reply With Quote
  #4 (permalink)  
Old 03-07-2008, 03:45 PM
Murray *ACE*
 
Posts: n/a
Re: Anchor links point to desktop when previewing

> <A name=Bottom>YEH!</A>

That should be this, really -

<a name="Bottom">YEH!</a>

> file:///C:/desktop/Documentsetc/desktop/links.htm#bottom


Is that where the file actually sits? Did you create a DW site for this
task, or are you just working bare from the desktop? Had you created a
site, then your link would look better, I believe.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"crosswire80" <webforumsuser@macromedia.com> wrote in message
news:fqrnlh$o3u$1@forums.macromedia.com...
> How does the link look in the document when you open it in DW?
>
> Ok here is the correct code in dreamweaver
> <A href="#Bottom">Goto the Anchor</A>
> ...going to a point down the page.
> <A name=Bottom>YEH!</A>
>
>
> How does it look when you preview in DW?
> When i preview in IE, the anchors works. However when i hover my mouse
> over
> the link this is what i see *
> file:///C:/desktop/Documentsetc/desktop/links.htm#bottom
>
>
> How do you WANT IT to look when it's received by the addressee?
> I usuallly copy the preview into outlook 2000 as a newsletter to send and
> the
> anchor links change to the above * so when i send it it the anchors don't
> work
> on the recipients email.
>
> However if i copy the previewed file in outlook express, i can change the
> code
> and remove the file:///C:/desktop and just keep <A href="#Bottom"> and it
> works
> when its sent out.However, we don't use outlook express at work.So im
> stuck
> with outlook2k
>


Reply With Quote
  #5 (permalink)  
Old 03-07-2008, 04:12 PM
crosswire80
 
Posts: n/a
Re: Anchor links point to desktop when previewing

<A name=Bottom>YEH!</A>

That should be this, really -

<a name="Bottom">YEH!</a>

thanks for that.


> file:///C:/desktop/Documentsetc/desktop/links.htm#bottom


Is that where the file actually sits? Did you create a DW site for this
task, or are you just working bare from the desktop? Had you created a
site, then your link would look better, I believe.

Well, im creating a newsletter and ive created a template in dreamweaver.This
newsletter when previewed in IE,is copied into outlook to be sent out.There is
not site as its not meant to go on a website just via email.

Reply With Quote
  #6 (permalink)  
Old 03-07-2008, 04:16 PM
Murray *ACE*
 
Posts: n/a
Re: Anchor links point to desktop when previewing

Create a site for this newsletter. move the page into that site's root
folder. Preview again.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"crosswire80" <webforumsuser@macromedia.com> wrote in message
news:fqrpi8$q42$1@forums.macromedia.com...
> <A name=Bottom>YEH!</A>
>
> That should be this, really -
>
> <a name="Bottom">YEH!</a>
>
> thanks for that.
>
>
> > file:///C:/desktop/Documentsetc/desktop/links.htm#bottom

>
> Is that where the file actually sits? Did you create a DW site for this
> task, or are you just working bare from the desktop? Had you created a
> site, then your link would look better, I believe.
>
> Well, im creating a newsletter and ive created a template in
> dreamweaver.This
> newsletter when previewed in IE,is copied into outlook to be sent
> out.There is
> not site as its not meant to go on a website just via email.
>


Reply With Quote
  #7 (permalink)  
Old 03-07-2008, 04:49 PM
crosswire80
 
Posts: n/a
Re: Anchor links point to desktop when previewing

Create a site for this newsletter. move the page into that site's root
folder. Preview again.

OK. btw thanks for keeping up with me.
So i already have a website, so i put the test page links.html on the site.
and check it out live on the website. the anchors jumped to the right
places.So i copied that page and pasted into outlook 2k.I checked the source
and the anchors were still pointing to the the site.

see here for the test.
http://laolaw.freehostia.com/links.htm

If you check the view source, there are no href pointing to the site location
but when i copy and paste in outlook i get

href="http://laolaw.freehostia.com/links.htm#topic1">Topic 1</A> in the anchor
sections as opposed to just #topic1

Reply With Quote
  #8 (permalink)  
Old 03-07-2008, 05:49 PM
Murray *ACE*
 
Posts: n/a
Re: Anchor links point to desktop when previewing

So - are you doing this in DW or in Word? The code is just terrible - and
very 'word-esque'.

I don't know how to help you further. When I do this exactly the way you
are (except without the paste into Outlook), it works fine....

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"crosswire80" <webforumsuser@macromedia.com> wrote in message
news:fqrrn2$sf2$1@forums.macromedia.com...
> Create a site for this newsletter. move the page into that site's root
> folder. Preview again.
>
> OK. btw thanks for keeping up with me.
> So i already have a website, so i put the test page links.html on the
> site.
> and check it out live on the website. the anchors jumped to the right
> places.So i copied that page and pasted into outlook 2k.I checked the
> source
> and the anchors were still pointing to the the site.
>
> see here for the test.
> http://laolaw.freehostia.com/links.htm
>
> If you check the view source, there are no href pointing to the site
> location
> but when i copy and paste in outlook i get
>
> href="http://laolaw.freehostia.com/links.htm#topic1">Topic 1</A> in the
> anchor
> sections as opposed to just #topic1
>


Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:49 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Credit Cards | Share Prices | Loans | Credit Cards | Free Myspace Christmas Comments



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114