
June 2nd, 2002, 11:51 PM
|
|
Junior Member
|
|
Join Date: Jun 2002
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Problem With HTML Tags
Hi
I am using MySQL and Java to create a dynamic web page, but have come across a small problem when data has HTML tags embedded in it. Now, I want to store the HTML tags on the db and then have them properly used in the JSP so that the page actually implements whatever tag was in the data, ie <b> or <p>, etc. MySQL seems to convert the tags into < and >, and so on. If anyone can tell what I need to do to correct this, I would be most grateful.
Regards
Mark 
|