Questions tagged [inky]

For questions regarding the email templating language Inky.

Inky is part of the Zurb-Email-Stack, and converts simple HTML tags into the complex table HTML, that is required for emails.

Github: https://github.com/foundation/inky Zurb Email Stack: https://get.foundation/emails/zurb-stack.html

20 questions
0
votes
1 answer

Copyright charset error on emails

I am trying to insert a copyright character in an email, but I always get charset issues. © Result: ÃÂé © Result: ÃÂé ⓒ Result: âÃÂàⒸ Result: âÃÂàMy stack is Foundation For Emails, Inky, Haml and I've set…
Metarat
  • 579
  • 2
  • 7
  • 20
0
votes
1 answer

Change background image in responsive emails

I have ae email in which I have a cell with a background image. I need to change this image src for mobiles. Is it possible to do this ? I see a lot of examples using the tag but in my case this is a background image. I have decided to cut the…
Cyril Duchon-Doris
  • 12,964
  • 9
  • 77
  • 164
0
votes
1 answer

Email - hidden vertical overflow in td

How can I make sure my td doesn't stretch vertically to fit content, but instead caps to a max-height and hides the overflowed text ? I am using the Inky templating language, but I would accept otherwise a pure HTML-based solution ? My goal is to…
Cyril Duchon-Doris
  • 12,964
  • 9
  • 77
  • 164
0
votes
1 answer

Zurb email template columns widths are being split evenly

I'm using Zurb with inky (their email template language) and sass. Following their guide I have a very simple column setup I'm trying to achieve, three full-width columns stacked on top eachother. The problem is, even with small="12" applied to…
Ashbury
  • 2,160
  • 3
  • 27
  • 52
0
votes
1 answer

Using Inky (Foundation for Emails) and using custom attributes

I need to add some custom attributes into my compiled Foundation for Emails code:
When I use Inky, I can write code like this:
Nicho
  • 25
  • 4
1
2