Quote:
Originally Posted by pluma
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
|
Not an HTML file but you can make an image and insert it. An SVG could include text with no actual graphics.
Dale