I am trying to display a text file content in Body of the JSP Page.I used BufferedReader and StringBuilder for it. The file contents contains tab instead of spaces between words.While displaying ,the tab between words were displaying as single space between words in browser.
Thanks