View Single Post
Old 12-21-2016, 11:15 AM   #7
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
Quote:
Originally Posted by pluma View Post
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
DaleDe is offline   Reply With Quote