Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
My CSS formatting is getting removed when I'm sending mail using NPrint, but it showing all the formatting in Preview in Nprinting Designer. Please help me fix this.
<html>
<body>
<style type = "text/css">
table, td {
border: 1px solid black;
border-collapse: collapse;
text-align: center;
}
td:first-child{
background: #ccccff;
bold: true;
font-weight: bold;
}
td:nth-child(2){
display: none;
}
tr:nth-child(1) {
background: yellow;
font-weight: bold;
}
</style>
<h1> DO Summary </h1>
%%rhWjGu%%
</body>
</html>
Hi,
I think it is an issue with the email client you are using. Some email clients remove or render the HTML code in different ways.
I suggest you:
- test the code with some online tools that render it as many different email clients do
- search if the client you are using needs to enable some options or if it requires specific HTML code to reach your goals
Best Regards,
Ruggero
Hi,
I think it is an issue with the email client you are using. Some email clients remove or render the HTML code in different ways.
I suggest you:
- test the code with some online tools that render it as many different email clients do
- search if the client you are using needs to enable some options or if it requires specific HTML code to reach your goals
Best Regards,
Ruggero
Have you disabled “keep source format” on whatever object you are trying to use?