| Author |
Message |
antennic
Joined: 01 Jun 2006 Posts: 4
|
Posted: Thu Jun 01, 2006 1:15 am Post subject: BASE HREF syntax error in format "web page" on OS |
|
|
Hello -
I am testing the the OS X version of MaxBulk Mailer 4.4.1 for OS X. I used the "web page" format, supplied the URL and then sent the email. It didn't show up properly on Yahoo Mail, Gmail nor Hotmail.
It looks like the issue might be related to an HTML syntax error. The BASE HREF tag that is inserted into the web page is missing the closing bracket as showng below.
| Code: |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Coalition Briefs</title>
<meta http-equiv="content-type" content="text-html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="http://www.cvmha.org/css_main.css" />
<BASE HREF="http://www.cvmha.org/coalition_briefs/enewsletter/"
</HEAD>
<body style="background: #eeeeee;"> |
This is an issue even if I define the BASE HREF URL. Is there any way around this? |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2189
|
Posted: Thu Jun 01, 2006 3:29 pm Post subject: |
|
|
| MaxBulk sends the HTML page untouched right now. It doesn't add any BASE HREF. You can fill a feature request if you wish thru our helpdesk. |
|
| Back to top |
|
 |
antennic
Joined: 01 Jun 2006 Posts: 4
|
Posted: Thu Jun 01, 2006 3:36 pm Post subject: |
|
|
| But this isn't really the case. Take a look at the code sample. BASE HREF is nowhere in the original HTML web page file. Is there another explaination of how it got in there? |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2189
|
Posted: Thu Jun 01, 2006 3:56 pm Post subject: |
|
|
MaxBulk Mailer is prepared to insert BASE HREF in given cases (I thought it didn't).
Without a BASE HREF tag none of the pictures with relative URLs would be displayed however WebMails systems use to give problems with that tag. |
|
| Back to top |
|
 |
antennic
Joined: 01 Jun 2006 Posts: 4
|
Posted: Thu Jun 01, 2006 5:11 pm Post subject: |
|
|
| The web page I am sending has absolute URLs, so I don't need a BASE HREF tag - especially if the one being entered has bad syntax. |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2189
|
Posted: Thu Jun 01, 2006 5:19 pm Post subject: |
|
|
| Why do you think it has bad syntax? By the way, BASE HREF has no effect if your are using absolute URLs (afaik) |
|
| Back to top |
|
 |
antennic
Joined: 01 Jun 2006 Posts: 4
|
Posted: Thu Jun 01, 2006 5:33 pm Post subject: |
|
|
| If you look at the code snippet above, you will see that the BASE tag is missing the trailing ">" character to properly close the tag. |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2189
|
Posted: Thu Jun 01, 2006 6:55 pm Post subject: |
|
|
| Please open a support ticket so we can look into this. |
|
| Back to top |
|
 |
|