HTML Problem "with parameter"

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michael

    HTML Problem "with parameter"

    Hi. I am building asp page. One of the <tdcoomponent s 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>somet ext</td></tr>
    <tr>
    <td width=600>
    <%=rs("ItemDesc ription")%>
    </td>
    </tr>


    Thanks for help


Working...