Hi Guys! Been away for sometime but im back now.
Im working on a website on ASP.NET. I have trouble with fitting pages within the browser window i.e i have to scroll horizontally to view all the content on the pages.
At first i thought it had to do with the browser but it happens across most that i tried on i.e mozilla, IE, chrome and Safari but again on some large monitors and machines they seem to fit. The issue is i want it to fit regardless of the browser or machine.
I have tried resizing the <div> and frames on the master pages but it only works on pages inherited from the master page. I'm forced to manually resize every other page and that is not very efficient.
Is there a script that can auto-fit these pages regardless of browsers or machines. Please help.