on Tue, 13 Aug 2002 08:19:39 GMT, [EMAIL PROTECTED] (Jimmy 
George) wrote:

> This script is from a text book

[code snipped]

> but how do we put \n's into it for a better display on the screen??

All "\n" are ignored by you webbrowser (unless they are between a <pre>
</pre> pair of tags).

If you want to start your html-output on a new line, you should use a 
<br> tag.
You can, however, use "\n" to make the html-source more legible.

-- 
felix

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to