|
From: Michael on 29 Nov 2006 05:49 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
|
Pages: 1 Prev: MI5 Persecution: how and why did it start? Next: ASP CreateObject Exception - Win2003& IIS6 |