OK, this may sound like an odd request, but hopefully someone can help.
I have always developed scripts behind webpages that were 800 wide so they would fit on basically any display.
The one I'm working on now I have designed for 1200 wide because I just needed more space.
Basically my question is this:
Is there any way using PHP to force a ctrl/- if I detect that the resolution of the screen that it is being displayed on is too small to fit the full width on it?
I'm assuming that everyone knows that holding the control key down while pressing the - key or the + key adjusts the resolution of the monitor (at least that is what I assume is going on)
I would just like to make it happen automatically through the script, if it is deemed necessary.
Any feedback on this would be greatly appreciated.
Thanks
Douglas