Re: Font looking different in <pre></pre> tags

coolhead, I assure you, my ‘clients’ will let me know, and I’ll take the time to alter those 75 files.

OK, you;ve won me over. I’m now using this in my .txt converted to .html files

<!DOCTYPE html>
<html><head><style media="screen">
   pre { display: block;
   font-family: monospace; font-size: 16pt;
   white-space: pre; margin: 1em 0;
 }
</style></head><body><pre>
   TEXT GOES HERE
</pre></body></html>
1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.