View Single Post
Old 12-20-2016, 03:15 PM   #5
pluma
Enthusiast
pluma ought to be getting tired of karma fortunes by now.pluma ought to be getting tired of karma fortunes by now.pluma ought to be getting tired of karma fortunes by now.pluma ought to be getting tired of karma fortunes by now.pluma ought to be getting tired of karma fortunes by now.pluma ought to be getting tired of karma fortunes by now.pluma ought to be getting tired of karma fortunes by now.pluma ought to be getting tired of karma fortunes by now.pluma ought to be getting tired of karma fortunes by now.pluma ought to be getting tired of karma fortunes by now.pluma ought to be getting tired of karma fortunes by now.
 
Posts: 48
Karma: 854254
Join Date: Nov 2016
Device: none
Thanks alle!!

Ok, what I am seeing that the 'section' part is about separating content that's has to be used with the TOC if I am not mistaken.

But this is not what I am trying to do. My question is any random TEXT content can be put on separate file, just like images that are all stored on a separate directory but loaded accordingly.

Let's say I have a text a section with text:

Code:
<p> 1 2 3 4 5 </p>
<p> 123 123 123 </p>
<p> aaa bbb ccc </p>
<p>[the text here is loaded from another file]</p>
<p> a b c d e f</p>
Can this be done? I want to try this because sometimes the html code becomes quite messy, case in point the weird shaped poem in Alice, that alone takes several lines. The idea is to have the poem HTML stored separately.

danke
pluma is offline   Reply With Quote