I am building a website where there is a backend to the site in which
people
 can enter what will be displayed on a certain page.  They fill out a form
on
 the admin side of the site that allows them to enter a title for the page,
 the body of the page, and also put up to three images on the page.  The
form
 writes to a databse and then the front end queries the databse and outputs
 the page.  I would like them to be able to put in html into the body of
 the
 page(ex. <br> tags) and I have it so they can put <b> tags in there now,
 but
 I had to parse out the string because it is written into the page as
 &#60;b&#62; so I Tokenize the body of the page and look for that sequence
 and in place of it, I put the <b>.  I know there has to be a better way to
 do this, can anybody give me some suggestions.

 Eric Fleming | GravityFree
 1960 Stickney Point Road | Second Floor
 Sarasota | FL | 34231 | (941) 927-7674
 [EMAIL PROTECTED]
 http://www.gravityfree.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to