Posted: 8/16/2013 7:35:53 AM EDT
| There's a way to use a standard-formatted document as a Web page without having to re-enter the formatting; what is the command? |
|
Quoted: I think he meant formatting it as-is and not reformatting for HTML display. Try the <pre> tags. Pretty much 99.95% of devices can read PDF now. <pre> is probably less than ideal unless the goal is to emulate columns of numbers or something. "Looks like shit" is an understatement with it. The only real advantage as you can put it in-line in any HTML document.
|
|
Quoted:
Yup, <pre> or just make a PDF of the document. Pretty much 99.95% of devices can read PDF now. <pre> is probably less than ideal unless the goal is to emulate columns of numbers or something. "Looks like shit" is an understatement with it. The only real advantage as you can put it in-line in any HTML document. Quoted:
Quoted:
I think he meant formatting it as-is and not reformatting for HTML display. Try the <pre> tags. Pretty much 99.95% of devices can read PDF now. <pre> is probably less than ideal unless the goal is to emulate columns of numbers or something. "Looks like shit" is an understatement with it. The only real advantage as you can put it in-line in any HTML document. <pre> was the tag I was looking for; unfortunately it's pretty limited. |