Jump to content

Bulk Email/Newsletter IPB


Guest KiloKilo

Recommended Posts

Posted

We use IPB 2.1.7.

I was making the newsletter for our forum and had it all nicely set up.
But when testing the newsletter I noticed that all not of the styles (NOT ALL) were not taken care off. For a moment I was puzzled why the IPB Post Office would only allow certain styles and not others. After sending the newsletter again but without HTML support, I saw that IPB altered the document so that all the styles beginning with a point did not work. I tried putting double points with those styles and it worked. IPB only deletes the first point.

So short for me a simple adjustment of the styles did the trick;

From;

<style type="text/css">
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#03182d;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#03182d;
	}
.meer{
	float:right;
	}
.H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#03182d;
	background-color:#5da1d7;
	}
.H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#5da1d7;
	background-color:#03182d;
	text-align:center;
	}
</stles>

To;

<style type="text/css">
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#03182d;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#03182d;
	}
..meer{
	float:right;
	}
..H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#03182d;
	background-color:#5da1d7;
	}
..H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#5da1d7;
	background-color:#03182d;
	text-align:center;
	}
</styles>


Altough it worked in the end I have the feeling this is small but regretful mistake of the IPB script somewhere.
Until the time it is changed I know the double-dot will do the trick.

Posted

Our community chat forum areas are for off-topic discussion only. Please do not post topics about IPS or its products and services here. We provide other forum areas for IPS discussion.

Do you need technical support on IPS products or services?

You can obtain support via the client area, or you can try to obtain peer-to-peer support at IPS Beyond.

:whistle:

  • 3 months later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...