0.1.1 • Published 10 years ago

jade-email-body v0.1.1

Weekly downloads
1
License
BSD-2-Clause
Repository
github
Last release
10 years ago

jade-email-doc

Create email bodies with backgrounds.

Read more.

How it works

Write email code in Jade, using +body for the mixin:

include ../email-body.jade

+body(bgcolor = '#FF0', background = "image.ext")

And get a much more intense output, voila!

<div style="background-color:#FF0;">
  <!-- [if gte mso 9]
  <v:background xmlns:v="urn:schemas-microsoft-com:vml" fill="t">
    <v:fill type="tile" src="image.ext" color="#FF0"></v:fill>
  </v:background>
  -->
  <table height="100%" width="100%" cellpadding="0" cellspacing="0" border="0">
    <tr>
      <td valign="top" align="left" background="image.ext">
      </td>
    </tr>
  </table>
</div>
0.1.1

10 years ago

0.1.0

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago