It's a limit of SQL (the database that holds the forum). There's a limit to how long a text field can be, and going OVER that is a Really Bad Idea which might end in truncation when it cleans the fields next. I knew it was somewhere around 64K, yet we recommend that authors use somewhat less than that as the text is saved in UTF-8, which means that some special characters can take from 2 to 6 bytes. If you're a big fan of the right-and-lefthand single or double quote marks, I think those are 4 bytes each. The 'unisex' single and "double" quotes I've just used are one byte each. Stuff in the plain ASCII character set is a single byte. That means you get LESS than the maximum if you're using unusual or international characters. If you <copy> from MS Word and <paste> here, is uses the UTF characters.