At 01:14 PM 5/25/99 -0400, you wrote:
>    have a servlet to print some basic html code similar to  hello world,
>but I want to include some parenthesis, so my output will look like  this
>"Servlet Programming" by author X   I've tried using a ' in my code but i
>get nothing out.println("'Servlet Programming' by author  X");

out.println("\"Servlet Programming\" by author X");

(look at HTML FAQs; the servlet is really not the problem here)
---
Michael Stacey
Lexi-Comp, Inc.
1100 Terex Road
Hudson OH 44236
(330) 650-6506

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to