Hello,
I have content created something like below(HTML markup is shown):
<strong>Hi</strong><BR />
I want to store it in database like:
<html>
<body>
<strong>Hi</strong><BR />
</body>
</html>
I know I can manipulate string at time of storing but is there any way to store content as seen in HTML mode and
user changing body tag.
I want to do this because my users may like to change body tag e.g. <body onload="..." ...>....</body>
Regards,
Jay
I have content created something like below(HTML markup is shown):
<strong>Hi</strong><BR />
I want to store it in database like:
<html>
<body>
<strong>Hi</strong><BR />
</body>
</html>
I know I can manipulate string at time of storing but is there any way to store content as seen in HTML mode and
user changing body tag.
I want to do this because my users may like to change body tag e.g. <body onload="..." ...>....</body>
Regards,
Jay