M
Michael
Hi. I am building asp page. One of the <td> coomponents should include text
field from database which is include whole HTML page taken once from another
web site. And ofcause this text consist of their HTML tag. The result of
printing makes my page be streached(not my design ofcause) The task is to
prevent any of parameters inside the text field like "width" to change my
structure(my sizes-in my case 600). The script i am using is simple
......
some html
.......
<tr><td width=600>sometext</td></tr>
<tr>
<td width=600>
<%=rs("ItemDescription")%>
</td>
</tr>
Thanks for help
field from database which is include whole HTML page taken once from another
web site. And ofcause this text consist of their HTML tag. The result of
printing makes my page be streached(not my design ofcause) The task is to
prevent any of parameters inside the text field like "width" to change my
structure(my sizes-in my case 600). The script i am using is simple
......
some html
.......
<tr><td width=600>sometext</td></tr>
<tr>
<td width=600>
<%=rs("ItemDescription")%>
</td>
</tr>
Thanks for help