Solved
Edit inline CSS in email
Hi guys,
I'm trying to add some inline CSS to an email, but Marketo comment the codes everytime in the HTML editor. Is there a way to do this?
Basically, I'm trying to add styles to table that would look something like this:
<style>
table {
border-collapse: collapse;
}
table, th, td {
border: 1px solid #000000;
}
</style>
Thanks guys!
I'm trying to add some inline CSS to an email, but Marketo comment the codes everytime in the HTML editor. Is there a way to do this?
Basically, I'm trying to add styles to table that would look something like this:
<style>
table {
border-collapse: collapse;
}
table, th, td {
border: 1px solid #000000;
}
</style>
Thanks guys!