I am looking for a substitute for the HTML <pre> tag. Using the <pre> tag, long lines sometimes have issues on different resolutions, and it just gets worse and worse. The problem is I need to use the <pre> tag because the one who will be the updater of the website doesn’t know much HTML and also doesn’t have the time. So it would be easiest for him to simply copy and paste the text. But while using the <pre> tag makes that easier, it causes other complications down the line, making other things harder and harder. Suggestions?
I am looking for a substitute for the HTML <pre> tag. Using the <pre>
Share
Use something like Markdown or Textile on the server to generate HTML from a simplified markup language.