Table border width and cell background color
-
I haven’t found a way to change the default table border width (it is so faint as to be almost non-noticeable) and cell background color. Before Gutenberg, I was able to use things like this, but Gutenberg won’t accept them:
<table border=”1″ cellspacing=”3″ cellpadding=”10″>
<tbody>
<tr>
<td style=”background-color: #c3deff; vertical-align: middle;”></td>
</tr>
</tbody>
</table>
The topic ‘Table border width and cell background color’ is closed to new replies.