| Author |
How to prevent Resizing of <TD>
|
|
| Michael 2006-12-04, 7:55 am |
| I need a help to prevent resizing of <TD> when i post inside this <TD> html
text of other web page.
Thanks
| |
| Anthony Jones 2006-12-04, 6:55 pm |
|
"Michael" <michael.groysman@intergraph.com> wrote in message
news:ei60S04FHHA.3304@TK2MSFTNGP05.phx.gbl...
> I need a help to prevent resizing of <TD> when i post inside this <TD>
html
> text of other web page.
>
> Thanks
>
>
Try adding the style="table-layout:fixed" to the table.
In addition to specifying a fixed width for the TD and a DIV to the TD and
place the html in the DIV.
On the DIV set the style="width:100%; overflow-x:auto"
| |
| Michael 2006-12-05, 6:55 pm |
| Thanks. It works fine. Thank you again Anthony
"Anthony Jones" <Ant@yadayadayada.com> wrote in message
news:u5TMXm6FHHA.3976@TK2MSFTNGP05.phx.gbl...
>
> "Michael" <michael.groysman@intergraph.com> wrote in message
> news:ei60S04FHHA.3304@TK2MSFTNGP05.phx.gbl...
> html
>
> Try adding the style="table-layout:fixed" to the table.
> In addition to specifying a fixed width for the TD and a DIV to the TD and
> place the html in the DIV.
> On the DIV set the style="width:100%; overflow-x:auto"
>
>
>
|
|
|
|