Quote:
Originally posted by Gyspy Sailor
[b]two questions....
One... how do I make sure my webpage content is centered whether the user is using a resolution of 800X600 or 1024x1068?
|
Wrap it in a <div>
Code:
<div align="center">your content here</div>
Quote:
Originally posted by Gyspy Sailor
Or can I simply code-it to resize the webpage based on the users resolution?
Right now it's designed using a 800x600. Sound like a dummy don't I?
Gypsy
|
That's general a bad idea to resize the browser. So for example, I have my workspace set up and I don't want anyone to screw it up. Lots of people don't go to websites again that do that.
I'd go with the first solution.
Hope that helps!
Till