Whats the method used to auto adjust the size of the page to the resolution of the browser? I mean how to adjust the pages to 600x800 or 1024x768 automatically? in HTML (without CSS,DHTML).. plz help me.
Jaycbrf4
Aug 9 2012, 11:31 AM
That can only be done with CSS. It is called Media Query. Here is an article that explains...