Increase size limit of unique html block?

There seems to be a limit in size to unique html blocks. I put in a big one and it truncated around line 860. Can this be increased?

The field is defined as ‘text’ which has a limit of 65535 characters. You could change the field type to mediumtext which allows 16777215 characters.



[COLOR=“Red”]** BACKUP THE cscart_block_option_descriptions TABLE **[/COLOR]



You can then use phpMyAdmin to change the ‘type’ column to MEDIUMTEXT.



Bob

Thank you. I will try to fit in 65,535 and will do that if I cannot.