how to do insert text into database and it looks like what i inserted
i mean
lets say i insert this :
<p>
<strong>
strong text
<em>
strong and emphasised text
</strong>
just emphasised text
</em>
</p>
and i want to look like this instead sql server show as this:
<p> <strong> strong text <em> strong and emphasised text </strong> just emphasised text </em> </p
in one line
help plz!!!!!
i mean
lets say i insert this :
<p>
<strong>
strong text
<em>
strong and emphasised text
</strong>
just emphasised text
</em>
</p>
and i want to look like this instead sql server show as this:
<p> <strong> strong text <em> strong and emphasised text </strong> just emphasised text </em> </p
in one line
help plz!!!!!