Mighty, Here is good and small HTML tutorial, which I advice you to read: http://www.w3schools.com/html/default.asp -----Original Message----- From: Caldarale, Charles R [mailto:[email protected]] Sent: Wednesday, March 18, 2009 7:41 PM To: Tomcat Users List Subject: RE: Newline doesn't work
> From: Mighty Tornado [mailto:[email protected]] > Subject: Newline doesn't work > > But when I try to make it a string with newline characters it still > prints everything in one line - like newline characters turn into > regular space characters. That's the way HTML works. You need to separate lines by <p> or <br>; experiment with both to see which is more to your liking. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
