| 
	
 | 
 Posted by Neredbojias on 03/21/06 22:00 
With neither quill nor qualm, tm_matty@yahoo.com quothed: 
 
> In the following simple three column / two row HTML table, when a value 
> in the table contains a foreign language character like umlaute (=FC), 
> the scroll bar will not show.  Remove the character and it will show. 
> To reproduce, you will need to shrink your browser down to hide some of 
> the data. 
>  
> Does anyone have an idea why this would happen? 
>  
> <HTML><body><form> 
> <table border=3D1 width=3D"100%"> 
> <tr> 
> <td width=3D"30" nowrap=3D"nowrap"> </td> 
> <td nowrap=3D"nowrap"><a href=3D"#" >Column 1</a></td> 
> <td nowrap=3D"nowrap"><a href=3D"#" >Column 2</a></td> 
> <td nowrap=3D"nowrap"><a href=3D"#" >Column 3</a></td> 
> </tr> 
> <tr > 
> <td width=3D"30" ><a href=3D"#" ><span >1</span></a></td> 
> <td><a href=3D"" target=3D"_blank">asdf</a></td> 
> <td ><input type=3D"text" style=3D"width:100%" value=3D"asdf adsf adsf adsf 
> adsf adsf adsf" /></td> 
> <td > 
> <input style=3D"width:100%;" value=3D"asdf asdf asdf dsf asdf assdf asfsad 
> ZXZXZXZXZXZX=FC" /></td> 
> </tr> 
> </table> 
> </form></body></HTML> 
 
It might be because of all the "3D"s in the code. 
 
--  
Neredbojias 
Contrary to popular belief, it is believable.
 
  
Navigation:
[Reply to this message] 
 |