Hello Members,
I am trying to display a data from database field in html format using html interpretation in paragraph tab. the code is
<p>this is html data</p><br /><br /><br /><p>with line break employees </p>.
The databse is sql server 2005 and the data type is ntext(as sql server doesnt ahve memo data type)The problem is it is not inserting a new lines (3 of them) after "this is html data".
When i use the html interpretation, I am getting the output as
this is html data
with line break employees
but the output should be
this is html data
with line break employees
Does any has an idea about this. All inputs are really appreciated.
Thanks in advance!!!!!!!
I am trying to display a data from database field in html format using html interpretation in paragraph tab. the code is
<p>this is html data</p><br /><br /><br /><p>with line break employees </p>.
The databse is sql server 2005 and the data type is ntext(as sql server doesnt ahve memo data type)The problem is it is not inserting a new lines (3 of them) after "this is html data".
When i use the html interpretation, I am getting the output as
this is html data
with line break employees
but the output should be
this is html data
with line break employees
Does any has an idea about this. All inputs are really appreciated.
Thanks in advance!!!!!!!