E
E
Eugene TI2020-06-28 14:45:37
Mozilla Thunderbird
Eugene TI, 2020-06-28 14:45:37

Visible tables in Mozilla Thunderbird?

How to make in Tbird so that when inserting a table into a letter (from Excel, for example), the borders of the table cells are immediately visible?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Adamos, 2020-06-28
@Adamos

A simple hack: in the TB settings there is an opportunity to assign a signature to all letters - in HTML.
It is enough, in addition to the usual data (name and phone number of the manager), to insert such a block there, for example:

<style>
table td, table th {
  border: 1px dotted red;
}
</style>

E
Eugene TI, 2020-06-29
@justhabrauser

Based on Adamos and according to userContent.css documentation :

table {
  border-collapse: collapse;
}
table th, table td {
  border: 1px solid black;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question