Questions tagged [zurb-ink]

Ink: A Responsive Email Framework from ZURB

~~Official Website~~

Foundation for Emails since 2016

60 questions
16
votes
1 answer

Zurb Ink Email not Formatted Properly in Gmail

I am using a Zurb Ink template to send an email. When I view the email in mailcatcher (from the development server) everything looks fine, but when I receive an email from the production server (to my gmail account), all of the CSS styling is gone.…
Abram
  • 39,950
  • 26
  • 134
  • 184
13
votes
1 answer

WeasyPrint always generating single-page PDFs from Zurb Ink

Generating a PDF from an email (Zurb Ink templated); but am always presented with a single page PDF. Runnable test-case: from weasyprint import HTML, CSS from urllib2 import urlopen if __name__ == '__main__': html =…
A T
  • 13,008
  • 21
  • 97
  • 158
11
votes
4 answers

Email CSS template framework?

Anyone know of any email template CSS framework. I am currently using bootstrap, it works, but not exactly built for email. I have looked at "zurb ink" but it just doesn't seem very developer friendly, so hard to make it work. What are others using…
kapso
  • 11,703
  • 16
  • 58
  • 76
5
votes
3 answers

Prevent words from breaking/wrapping mid-word in iOS email client

I am building markup for an HTML email, however I can't seem to find a solution to prevent a word from breaking mid-word like this in iOS email client: HTML:
crmpicco
  • 16,605
  • 26
  • 134
  • 210
3
votes
2 answers

Escaping '<' character in Foundation for Email, Zurb

I'm using https://foundation.zurb.com/emails.html to develop my email templates. For each and every template there are parts where I need to add eg. <%= params.someData %> but '<' gets escaped while compiling, so instead of being <%= params.someData…
Edin Puzic
  • 998
  • 2
  • 19
  • 39
3
votes
2 answers

Responsive font size not working in email

I can't seem to get my responsive font size to work in the email I'm creating. Issues is with outlook, gmail, aol. Here's the HTML
Peekay
  • 175
  • 3
  • 13
2
votes
1 answer

Foundation for Email: CSS Classes not inlined

I'm using Foundation for E-Mail to create templates. When I preview the templates by running yarn start everything works fine but when I yarn build the template my custom CSS classes will not be inlined. For example
mxmtsk
  • 4,285
  • 6
  • 22
  • 47
2
votes
1 answer

How to manage multiple HTML email templates and not lose sanity?

Hi, Susan Calvin

This…
Anton Gogolev
  • 113,561
  • 39
  • 200
  • 288
2
votes
2 answers

Hiding content in GMail and Outlook not working with Zurb Ink implementation

I am experiencing an issue using the Desktop/Mobile show/hide functionality with Zurb Ink email framework. When I use the CSS below it works correctly in GMail, where the mobile content is hidden and only desktop is shown, but not in Outlook.…
crmpicco
  • 16,605
  • 26
  • 134
  • 210
1
vote
1 answer

How configure inky-rb in rail API-only

Im trying to install the inky-rb gem to use the foundation-email themes in rails API-Only. This api only read/send data but we want to send emails for user from her. I aready added the gem # Preprocessor for email HTML to convert components in…
FabioRNobrega
  • 56
  • 1
  • 7
1
vote
1 answer

Issues with HTML images in Foundation email not obeying size styles in Outlook

I am using Foundation Email to create HTML emails and it is working very well however the footer images are not obeying the CSS I set to limit their sizes. Here is how the footer is injected into the page: …
Ben Cavenagh
  • 608
  • 1
  • 6
  • 22
1
vote
3 answers

Gmail blue links in email

I can't figure out how to change these blue links Gmail is adding to the email I'm trying to code. I've searched online and implemented their fixes but to no avail. Here's my code.
Peekay
  • 175
  • 3
  • 13
1
vote
2 answers

Zurb Foundation For Emails gulp --production Fails

I've been using Zurb Foundation for Emails successfully for quite some time. Suddenly the build process is failing. I updated to Node 7.7.2 and NPM 4.1.2, deleted the node_modules directory and ran npm install to reinstall the dependencies, but it…
Mike F
  • 37
  • 6
1
vote
3 answers

Links are not centering in table cell properly in outlook

According to what email on acid is showing me I am see this where I have some links and text being centered in an email But here is what it is supposed to look like, most other email clients are showing this properly The table that these links are…
Jordan
  • 2,393
  • 4
  • 30
  • 60
1
vote
1 answer

Can there be multiple container tables in Zurb Ink?

Zurb Ink's grid requires a table.container element at the top-most level to contain rows and columns. However, it's not clear to me if there should only be one table.container for the whole email – kind of like a tag. Or is it is better…
michaelmichael
  • 13,755
  • 7
  • 54
  • 60
1
2 3 4