For Programmers: Free Programming Magazines  


Home > Archive > ASP > December 2006 > How to prevent Resizing of <TD>









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

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"
>
>
>



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com