nsmdesigns
07-25-2005, 07:44 PM
Hi all
I am wondering. I can find enough tutorials showing me how to reference an external text file into a text box, use an external CSS file to style it, and use HTML tags to format it.
Problem is, I always see the text file as a continuous line of text, complete with HTML tags and such. Is it possible to use a more-editable friendly file with line breaks and stuff.
i.e. I'd rather use a file like this:
<p>A paragraph of text with a list:
<ul><li>one</li>
<li>two</li>
<li>three</li></ul>
</p>
Rather than this:
<p>A paragraph of text with a list:<ul><li>one</li><li>two</li><li>three</li></ul></p>
Is it possible?
I am wondering. I can find enough tutorials showing me how to reference an external text file into a text box, use an external CSS file to style it, and use HTML tags to format it.
Problem is, I always see the text file as a continuous line of text, complete with HTML tags and such. Is it possible to use a more-editable friendly file with line breaks and stuff.
i.e. I'd rather use a file like this:
<p>A paragraph of text with a list:
<ul><li>one</li>
<li>two</li>
<li>three</li></ul>
</p>
Rather than this:
<p>A paragraph of text with a list:<ul><li>one</li><li>two</li><li>three</li></ul></p>
Is it possible?