Quote:
|
Originally Posted by Chuck S It is impossible to edit the settings table and input 300 characters in that field it is a varchar 250 character limit field.
The input box is 200 chars and your doing line break etc and its over 200 characters so when it gets written to the database it is being cut off which breaks the html and causes your issue. You must make sure whatever your putting there is not over 200 characters cause if you use html and go past 200 characters you will break the display box in admin |
oh ok now I understand
So the display box was broken because of characters limitation.
Thanks man