Post
Topic
Board Beginners & Help
Re: Strange BBC Code Behaviour.
by
noorman0
on 08/09/2023, 05:35:45 UTC
-snip
(I think you wrote rows instead of columns)
Sorry about that, anyway you have to think harder to catch my point. Hehe Grin

-snip
if I paste it, I get the same error as before.
I found this excuse
Yeah, that's what it is. Posts over 65535 bytes get cut off at 65535 bytes. If that makes the BBcode invalid in certain ways, then you get the INVALID BBCODE error.

Also, note that a byte is different from a character. Because SMF stores "special" characters in a particularly space-inefficient way, each Russian character uses about 6 bytes, and each line break also uses 6 bytes.


I did some experiments with replacing the first table with the second table in your post, it worked if I deleted more content for example from the first paragraph to the words "veloce ricerca" (which contains a hyperlink).
I think your post uses redundant tags, your tables are actually fine.