3
fr-view table td -- border 1px?
Question asked by Montague WebWorks - 4/12/2021 at 12:34 PM
Unanswered
Since upgrading a little over a week ago I've noticed that many emails with tables in them, which is almost every marketing email, has borders set to 1px solid #ddd; This happens only in the webmail.

Inspecting it, I see this:

.fr-view table td, .fr-view table th {
    border: 1px solid #DDD;
}
it says it's an inline style, and not in a sheet.

Anyone else see that? How do we turn that off?
Mik MullerMontague WebWorks

1 Reply

Reply to Thread
1
Sébastien Riccio Replied
Hello,

I've noticed this too and it is annoying that the default table items are styled with a thin border.

We would appreciate that the table layouts are by default out of any borders (especially for people pasting signatures that use tables).

I also played a bit with element inspector to discover from where this unwanted styling was coming from and find the same as you.

That being said I've found that you can change the table style in the editor for a specific table here:


Still, IMHO the "No borders" should be the default, at least for signatures editing...

Kind regards.
Sébastien Riccio System & Network Admin https://swisscenter.com

Reply to Thread