Has anyone had this problem... I have an input box with a long string value: <input type=text style="width:100%" value="....SOME LONG TEXT...."> This element is inside of a table cell which also has a % width. When setting the value of the text box with a long string, the width of the element is extended to the length of the text, not the limitation of the cell width. Anybody have any thoughts? cossiboon