Do you know if there is any way to set the size of a cell in a table so that it does not increase or decrease. And if its content is larger, it is distributed over several lines but does not increase the size of the cell.
I say this because in a table that I have, sometimes the content of the second column is larger than the gap and what the code does is shrink the first column. And that’s what I don’t want.
add whatever width you want to your <td> elements: e.g. width:10em; (or rem)
Add word-break:anywhere; to your <td> elements. This a key (but subtle) point that allows long strings without spaces to be “streamed” within the width you set. Otherwise, the browser will mess up your sizes or do other things you won’t appreciate.
I already found the bug why the web links did not appear in blue for me. I was testing a wiki where I installed a bunch of plugins and some of them changed that aspect. I have imported the tiddler in question on the Tw online page and everything works correctly.