144
Journeyman
Hi,
I am working on a project where I am really stuck!
formateddata = Replace(formateddata, chr(10), "<br>")
formateddata = Replace(formateddata, " ", " ")
all I am trying is to fetch the relevant text from the sql dbase and display in a table!
<tr>
<td width="500" class="Newstext">
<%Response.Write(formateddata)%>
</td>
</tr>
But the page breaks are not coming!The table gets stretched!
whats the problem! Need help urgently!
I am working on a project where I am really stuck!
formateddata = Replace(formateddata, chr(10), "<br>")
formateddata = Replace(formateddata, " ", " ")
all I am trying is to fetch the relevant text from the sql dbase and display in a table!
<tr>
<td width="500" class="Newstext">
<%Response.Write(formateddata)%>
</td>
</tr>
But the page breaks are not coming!The table gets stretched!
whats the problem! Need help urgently!