Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
1 Posted Topic
I have found that you can not change the actual screen resolution of the viewing computer. However you can control the size of your site simply by placing everything in a <div> tag: [CODE] <html> <head> <title>example</title> </head> <body> <center> <div style="width:800px height:100%> THE REST OF YOUR CONTENT </div> </body> …
The End.
ITGuys!