SOLVED

Edit inline CSS in email

Go to solution
Jean-Pascal_Mer
Level 4

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!
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Edit inline CSS in email

I'd had success with inline styling using the "style" tag, like this:

<table style="border-collapse: collapse;">

<td style="border: 1px solid #000000;">

Hope that helps!

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Re: Edit inline CSS in email

I'd had success with inline styling using the "style" tag, like this:

<table style="border-collapse: collapse;">

<td style="border: 1px solid #000000;">

Hope that helps!

Jean-Pascal_Mer
Level 4

Re: Edit inline CSS in email

Sweet. That fixed my issue. Thanks 🙂
Anonymous
Not applicable

Re: Edit inline CSS in email

Glad to hear it!
Anonymous
Not applicable

Re: Edit inline CSS in email

Im still having issues with this. I have a pretty large style sheet im trying to put into my email or even attach to it but its not working well. I figured this would be a simple feature with marketo for advanced email developers.

Anonymous
Not applicable

Re: Edit inline CSS in email

Hey Nathan,

Did you ever get an answer to this?

Thanks!