“safe blogg” means blogg in office without breach. No posting. Mostly printing. |
Above is a single-cell table. Below is a full table.
better leave first row and first/last columns empty | |||||||||
— resizing should be disabled ..
— control html table borders. This solution was unknown to me for years. Then in 2025 I searched online, found countless ineffective solutions, before I stumbled on a real solution. Check out theme -> customize -> additionalCSS->
td, th {
border: 1px solid #bbb;
padding: 0px;
}
The solid color value can range from (dark) 000 to 999 to fff (white)