Hi, I am using SSI with .txt files for updating webpages. All is working well. Can you tell me in the .txt file how you separate the content into paragraphs. All my text runs together.
Use the P paragraph tag..
<p>Here is one paragraph of text...</p> <p>And here is another.</p>
Use HTML <p> tags?
so do <p> tags (html) work in a text file?
They do if you're including it within a HTML document.