All Questions
19 questions
0
votes
0
answers
387
views
Is there a way for Outlook Web client to respect font-family and font-size? Pasted content is converted to Aptos 12pt, drag and drop does not
My work has a signature block generator web page that staff enter their details into, click copy, and paste their signature into Outlook. Branding CSS is added to the signature through both CSS ...
0
votes
1
answer
29
views
How to preserve search and save autogenerated Gmail layout class and event code
I am trying to work on a Gmail html layout template. As shown in the snapshot below, the element has a auto generated (I think) class attribute class="MHCHNe lCsUvc aog TbVst aoN"
It is ...
0
votes
1
answer
199
views
How to copy generated signature in HTML,CSS into outlook 2016 with correct styling?
I designed a template for a signature generator and uploaded it to my website's server, (example website.com/signatures). However, when I copy the signature from the server and use it in Outlook, the ...
0
votes
2
answers
2k
views
Dynamically add table rows in html email template
My task is to add table rows dynamically in the email template.
This is how I created email template
<html>
<head>
<style type=3D"text/css">
</style>
</...
0
votes
1
answer
263
views
How to change text color in a cell
So my boss sent me this spreadsheet with an Apps Script extension (I looked it up and it says JavaScript) I am no coder. It's supposed to auto send spreadsheet in email and show table (this part is ...
0
votes
0
answers
180
views
A simple way to remove newlines (line breaks) between CSS selectors
With gulp-beautify I'm optimizing files containing CSS for email, which means they can't have newlines between selectors, since there is a limit on the total number of lines allowed in some email ...
1
vote
1
answer
281
views
How do I add a dropdown menu that when you select an option and click send it shows the option in the email?
I have a website that I am making and I am adding a email portion that emails me their email and their message. I want to add another section that is a dropdown. It will have the three different ...
0
votes
2
answers
2k
views
Is there a way I could get a email when someone submits my contact form using JavaScript?
I made a contact form using HTML and JavaScript. The text editor I am using right now only supports HTML and JavaScript CSS and markdown files. I made contact form using HTML and JavaScript but I don’...
1
vote
1
answer
125
views
My Table alignment became right after it sent (HTML Email for newsletter)
I got a problem with my table alignment. (HTML Newsletter email)
Everything looks normal when I open it in Dreamweaver, open it on my browser and open it or attach it as text in my outlook mail. (...
0
votes
2
answers
2k
views
HTML put 4 tables with different sizes side by side
I can't use div since this is for HTML Emails. I want to put multiple table with different height side by side, but that one table below doesn't take up the free space above. I am trying to achieve ...
0
votes
0
answers
312
views
Can I generate static HTML/CSS to be used in email templates from a simple site containing dynamic parts with JavaScript
I need to retrieve information from an API say every week where I just click on a button and I use js to retrieve the required information and display that in the DOM accordingly. However, I would ...
-2
votes
1
answer
1k
views
a:visited and a:hover css are not rendering correctly in Outlook or Gmail
In the email code, the a:visited and a:hover CSS style is not rendering/Working correctly in Outlook or Gmail email clients. I have added the CSS code like the following.
/* unvisited link */
a:...
0
votes
1
answer
464
views
Can i use Javascript on sendgrid?
Im creating this email markup on Sendgrid and the design includes a countdown time showing how many day, hours,minutes and seconds there is before the deadline, havent tried using Javascript on ...
0
votes
1
answer
289
views
Handing multiple email HTMLs in a single page
We are implementing an email support application. As in any other support application, the customer can send multiple emails in a thread or chain. This chain can also include replies from the agent, ...
0
votes
1
answer
67
views
Outlook Formatting Issues
I am currently attempting to get this email formatting properly in Outlook. I feel like I have looked everywhere online to get this formatted correctly in Outlook. The issue is that the whole entire ...