asp 'replace' string query!

Status
Not open for further replies.

144

Journeyman
Hi,
I am working on a project where I am really stuck!

formateddata = Replace(formateddata, chr(10), "<br>")
formateddata = Replace(formateddata, " ", "&nbsp;")

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!
 
Status
Not open for further replies.
Top Bottom