Forum Moderators: open
I am testing my newsletter in Thunderbird and Yahoo.
[edited by: tedster at 3:31 am (utc) on Dec. 23, 2005]
[edit reason] de-link the example link [/edit]
So what is your CMS inserting? You need to remove that, correct? Is the CMS designed to create an email, or are you adapting it to that purpose?
I am also under the impression that using base href is the correct thing to do with HTML emails.
Maybe -- but I don't really understand why. base href is useful when you are using relative links within the email that actually go to a web page. But if you use absolute links for web page targets, then <base href=""> is redundant, and messes up links to named anchors within the email itself.
When I take out the base href, certain other links break, which is also not what I want.
These are the links that need to be absolute, not relative.
I think what many are missing here is that you are looking for a "link" to go to a named anchor <a name=""> within the email.
Right.
So what is your CMS inserting? You need to remove that, correct? Is the CMS designed to create an email, or are you adapting it to that purpose?
It's using the some of the same functions to prepare an email as it would a regular page. It's relying on code from elsewhere, hence I can't hardcode too much.
Maybe -- but I don't really understand why. base href is useful when you are using relative links within the email that actually go to a web page. But if you use absolute links for web page targets, then <base href=""> is redundant, and messes up links to named anchors within the email itself.
That's what I was trying to explain.
These are the links that need to be absolute, not relative.
Exactly. But they are generated by the CMS as relative links becasue the sytem expects a base href to be there. Like I said, causes problems with an email. The HTML emails work fine, until I tried the TOC, named anchor, links whatever, etc.
Like I said,I'm not the only one with this problme. How do you liek this one, I tried adding bold text. Now thunderbird craps out in plain text mode and makes everything bold and breaks all the links. Ack! I give up.
I need a drink...