I have a large amount of html code that I need to put in a brochure fragment, but there is a size limit and my code goes over it...
How do I get around this?
I can't split it into smaller fragments (as far as I know...) because it is a list (<ol> </ol>) - but I'm happy to be corrected on how to do this.
I have tried putting the code into a separate html file, and manually adding the headers and buttons and stuff onto the page using another page as a template. I then put a page redirect into the fragment. This works upto a point, but there's a small delay and as I have found as I change my site the headers/buttons change so I have to keep updating it manually.
Is there another way?
How do I get around this?
I can't split it into smaller fragments (as far as I know...) because it is a list (<ol> </ol>) - but I'm happy to be corrected on how to do this.
I have tried putting the code into a separate html file, and manually adding the headers and buttons and stuff onto the page using another page as a template. I then put a page redirect into the fragment. This works upto a point, but there's a small delay and as I have found as I change my site the headers/buttons change so I have to keep updating it manually.
Is there another way?
Comment