HTML Problem "with parameter"

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
474,137
Messages
2,570,802
Members
47,349
Latest member
eixataze

Latest Threads

Top