Hi! everyone, please tell me how to activate scrolling on my webpage, using ASP.Net 2.0 (VS 2005) MY SAMPLE WEB SITE but when i resize my window (small), the whole text gather like this... MY SAMPLE WEB SITE so! tell me how can i activate scrolling, so that it remain same.
Sorry! I haven't explained properly, I don't want to move text around. I want page scroll bar. When i resize(small) my browser the text gather like this.... Please! See the difference I want scroll bar at that time, like all websites have....
You would need to add that into the div which does not wrap and it would not get into new line Code: white-space: nowrap;