Are there any commands that will tell me what size a user has their browser window set to as I would like to be able to modify the amount of data across the page depending upon the size of the window. I do appreciate that the user may change the size if the window whilst on a page. Also in this particular case wrapping is not an option.
this is client side processing rather than server side, so use javascript. I think there are methods for document.innerWidth and document.innerHeight - but i don't know if they are cross-browser compatible. Google them...
adam