I’m having a slight problem with a markup item that I’m putting a lot of text in. When the page is up loaded and viewed, the text is getting truncated, messing up the formatting of the page.
Is there a limit to the amount of text you can put in a markup item?
I’m using it to add a number of pages (19) to an infinitely scrolling jquery carousel. The text is the html for each of the pages.
Everything works fine if I add all the text manually to the html page on the server.
If there is a limit to how much text you can put in a markup item then I think I might have to add this amount of text with an include or add it with php.
There is a limit – 32,000 characters (roughly – 32 x 1024 in ASCII). Characters include spaces, line-breaks, etc.
Walter
On Oct 6, 2013, at 12:03 PM, SteveB wrote:
Hi Good People,
I’m having a slight problem with a markup item that I’m putting a lot of text in. When the page is up loaded and viewed, the text is getting truncated, messing up the formatting of the page.
Is there a limit to the amount of text you can put in a markup item?
I’m using it to add a number of pages (19) to an infinitely scrolling jquery carousel. The text is the html for each of the pages.
Everything works fine if I add all the text manually to the html page on the server.
If there is a limit to how much text you can put in a markup item then I think I might have to add this amount of text with an include or add it with php.