Correct hyperlinks try to point to internal folder
First off, I am using an older version (CS5) at the moment, but this issue has only come up recently.
I am coding emails, so all of my links are external, and my HTML files are standalone, and not part of a site. Therefore, I never use relative links, and the full URL is always in my code.
The problem:
My links come from an excel spreadsheet. I will copy and paste them into my Dreamweaver file, and the link will look correct (for example: <a href="https://www.mysite.com/offerid123" target="_blank">....</a>)
When I view the file in a browser or email proof, clicking the link will direct me to "file:///Users/username/Documents/2017/March/Campaign/filename/https://www.mysite.com/offerid123.html" instead of the URL.
There is nothing wrong with my a tag, nothing visibly different from the links that work and the links that do not. I have tried pasting my URL into TextEdit and then copying and pasting it into my code, which does not work. I have removed the hyperlinks from the excel files so that the cell contains only the text of the URL, and then copying and pasting it into my code, which does not work. The only thing that seems to work is pasting it into my address bar in Chrome, and then copying it back out and pasting it over every instance in my HTML file in Dreamweaver.
I do not know if this is an issue with dreamweaver or the excel files that I am receiving, but I am hoping that I can get some help.
Thanks!
