• mcurrie941

    (@mcurrie941)


    I looked in the documents that came with Subscribe2 HTML and it all seems to link to SEO Pack. Do you have documentation you can point me to that explain how to add a logo to and alter styling of the email templates that go to subscribers? thanks

    https://ww.wp.xz.cn/plugins/subscribe2/

Viewing 3 replies - 1 through 3 (of 3 total)
  • @mcurrie941

    There aren’t any documents as such, it’s a case of adding HTML (and maybe CSS) to your email notification template – everything between the HTML body tags.

    You can add tables if you like, or use div tags. img tags are also allowed, you’ll be best to upload the image to your server first.

    Thread Starter mcurrie941

    (@mcurrie941)

    thanks that did help. we are getting a weird space above the logo. this is the html that was added:
    <div align=”center”>
    <table width=”620″ border=”0″ cellspacing=”0″ cellpadding=”0″>
    <tbody>
    <tr>
    <td valign=”top” bgcolor=”#FFFFFF”><table width=”90%” border=”0″ cellspacing=”0″ cellpadding=”0″ align=”center”>
    <tbody>
    <tr>
    <td valign=”top” class=””><span style=”font-family: ‘Open Sans’, sans-serif;font-size: 14px;line-height: 1.3em;”><img src=”http://redilearning.com/campaign/redilearning-template-040915/redilearning-logo.gif&#8221; width=”251″ height=”60″ style=”border: none;” />

    @mcurrie941

    I’ve never been one for nested tables, how about something like this:

    <div align="center">
    <table width="620" border="0" cellspacing="0" cellpadding="0">
    <tbody>
    <tr>
    <td valign="top" class=""><span style="font-family: 'Open Sans', sans-serif;font-size: 14px;line-height: 1.3em;"><img src="http://redilearning.com/campaign/redilearning-template-040915/redilearning-logo.gif" width="251" height="60" style="border: none;" /></td>
    </tbody></table>
    </div>

    Also, what are you using to view the template? A web browser or an email client? Bear in mind that email clients are less standards complaints that web browsers so your HTML should be kept as simple as possible.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Email Template Customization’ is closed to new replies.