Html display formatted text

musium

I’ve to display a bunch of text on an html page. The text looks something like this:

+-001 This is a Line            00:12:04
  002 ----------------------------------
- 003 Everthing looks good so far ------ 

The text is “pre-formatted” and contains a lot of whit spaces and dashes and every line has the same length (all chars have the same width).

Is there a way to display the text in html without losing the format?

Shiju K Babu

Wrap your text inside the <pre> tag.

JSFiddle

<pre>
+-001 This is a Line            00:12:04
  002 ----------------------------------
- 003 Everthing looks good so far ------ 
</pre>

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Convert formatted email (HTML) to plain Text?

분류에서Dev

Display Formatted Mounted Partitions

분류에서Dev

Php display as a html text the new line \n

분류에서Dev

Display formatted Date as String for UITextfield

분류에서Dev

Convert range formatted as date to text

분류에서Dev

Display input from text area as HTML and assign IDs to the HTML elements

분류에서Dev

Find a block of text in formatted text file

분류에서Dev

Display ColdFusion Query Output in a Formatted Table

분류에서Dev

Display email as plain-text/HTML depending on sender?

분류에서Dev

Showing XAML formatted text in WPF TextBlock

분류에서Dev

Display the file upload percentage in text box with progress bar on click browse button using jquery,javascript and html

분류에서Dev

Convert a Bibtex class object to a series of text strings formatted for each citation

분류에서Dev

Regex parsing issues of multi-line entries containing formatted text

분류에서Dev

Changing values in pre-formatted text using javascript

분류에서Dev

Display text under cursor

분류에서Dev

How to create a list with formatted items using DOM instead on HTML concatenation?

분류에서Dev

Display ajax in html page

분류에서Dev

Is it possible to display text on a rich text item in a DocumentContext?

분류에서Dev

Configure ModelSim simulation to display text

분류에서Dev

Display Text Word by Word on iOS

분류에서Dev

Display results of Dropdown in Text fields

분류에서Dev

Display text only for a couple seconds

분류에서Dev

(Closed) C++ & Direct3D 9 - How to draw formatted text? (Like printf etc)

분류에서Dev

python pandas dataframe to csv exporting a formatted text file with unique formats for each column

분류에서Dev

Difference in display between HTML and XHTML

분류에서Dev

replace mongodb value for HTML display

분류에서Dev

How to display special chars in html

분류에서Dev

<in a nutshell> as text not html tag

분류에서Dev

Edit HTML text on click

Related 관련 기사

  1. 1

    Convert formatted email (HTML) to plain Text?

  2. 2

    Display Formatted Mounted Partitions

  3. 3

    Php display as a html text the new line \n

  4. 4

    Display formatted Date as String for UITextfield

  5. 5

    Convert range formatted as date to text

  6. 6

    Display input from text area as HTML and assign IDs to the HTML elements

  7. 7

    Find a block of text in formatted text file

  8. 8

    Display ColdFusion Query Output in a Formatted Table

  9. 9

    Display email as plain-text/HTML depending on sender?

  10. 10

    Showing XAML formatted text in WPF TextBlock

  11. 11

    Display the file upload percentage in text box with progress bar on click browse button using jquery,javascript and html

  12. 12

    Convert a Bibtex class object to a series of text strings formatted for each citation

  13. 13

    Regex parsing issues of multi-line entries containing formatted text

  14. 14

    Changing values in pre-formatted text using javascript

  15. 15

    Display text under cursor

  16. 16

    How to create a list with formatted items using DOM instead on HTML concatenation?

  17. 17

    Display ajax in html page

  18. 18

    Is it possible to display text on a rich text item in a DocumentContext?

  19. 19

    Configure ModelSim simulation to display text

  20. 20

    Display Text Word by Word on iOS

  21. 21

    Display results of Dropdown in Text fields

  22. 22

    Display text only for a couple seconds

  23. 23

    (Closed) C++ & Direct3D 9 - How to draw formatted text? (Like printf etc)

  24. 24

    python pandas dataframe to csv exporting a formatted text file with unique formats for each column

  25. 25

    Difference in display between HTML and XHTML

  26. 26

    replace mongodb value for HTML display

  27. 27

    How to display special chars in html

  28. 28

    <in a nutshell> as text not html tag

  29. 29

    Edit HTML text on click

뜨겁다태그

보관