Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS basic css inside HTML for email-signature Reply To: basic css inside HTML for email-signature

#240272
Snaser
Participant

Hey Reiel

I am having almost same issue but some suggest using inline svg instead of img.

you can use this in the CSS inline if it works with you.

@media (-webkit-min-device-pixel-ratio: 2),
(min–moz-device-pixel-ratio: 2),
(min-resolution: 2dppx),
(min-resolution: 192dpi) {

but i am having an issue where svg doesn’t show in mail clients and if i use inline i cant send the signature in email to select it from html file.

I cant Select the SVG to paste in email client as well.

http://codepen.io/Snaser/pen/XdzOpE