Browser Resizing
-
Hi I dont want to see wrapping text on browser resizing. Like this window yo see now (Codeproject.com) I want that, when user resizing the browser window, horizontal scrollbar activate instead of text wrapping. What should i do? Tanx
-
Hi I dont want to see wrapping text on browser resizing. Like this window yo see now (Codeproject.com) I want that, when user resizing the browser window, horizontal scrollbar activate instead of text wrapping. What should i do? Tanx
You can set nowrap="nowrap" in <td tag eg.
This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap.
You can also have same with div tag.
This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap.
-
Hi I dont want to see wrapping text on browser resizing. Like this window yo see now (Codeproject.com) I want that, when user resizing the browser window, horizontal scrollbar activate instead of text wrapping. What should i do? Tanx
Give your table/controls width in %.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Give your table/controls width in %.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
Tanx, But Always i worked with % and it doesn't the answer.
-
You can set nowrap="nowrap" in <td tag eg.
This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap.
You can also have same with div tag.
This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap.
Tanx It worked, however Asp.Net 2.0 said : A new construct is recommended. regards