View Full Version : resolution question


Hesacon
07-24-2005, 02:56 AM
How can I set the resolution of a webpage? I want to set up this site (http://www.geocities.com/hesacon) so it is 800x600, however when I look at it, it ends up streaching to whatever resolution I have it set at. I have no trouble right now, but I want to update it to be all graphics with image maps, but I suppose that is unimportaint.

---

Can I do it with css, or do I need to use html for it, and how?

Douglas
07-24-2005, 03:47 AM
im not sure but i dont think you can set the screen resolution at all, you can use a programming language to suggest them to change their resolution if it isn't 800x600 but not change it

pb&j
07-24-2005, 07:28 AM
if you want to set your content to a specific size, then just place it into a div or table and set the width like so...

<div style="width:750px;">
stuff here
</div>