PDA

View Full Version : Adjusting the existing site for a different resolution.


jkhosa
09-28-2002, 10:26 PM
Hello everyone,

I just finished making my site and realized it is not "ok" for normal screen resolution. I have read the posts with similar situation as to which target resolution is an ideal one to build a website.

I built mine on 17" monitor at 1024 by 768 screen resolution.
When I try to open it up on 15" monitor at 848 x 460 the site looks too big. The pictures look crapy as well. The worst is that visitor has to scroll up and down to get info.

Do I have to redesign my whole site, do I have to change my pics resolution as well or there is an easy way out.

One more question I have is that although the pics I used are not big in size still the site seems very slow compared to what it should be.
Site Address:

www.newagestudio.com

Feel free to drop in any comments you might have.
One thing missing on the site is my contact number that I will update soon. If anything else you think needs to be changed please advice as you all know much better than me.


Please reply, as your feedback is really valuable.
With Regards

Nightfire
09-28-2002, 11:57 PM
800 x 600 is the "normal" size to use. Throw everything into a table 100% and it'll fit any screen, depending on how you've done your coding that is. Usually if images are carp looking, then that's the graphics card or the settings the users has (ie not 32 bit true color, or whatever it is)

zoobie
09-29-2002, 08:17 AM
Easy way to center page regardless of resolution:

<body>
<table width="100%" height="100%">
<tr><td align="center" valign="middle">

your html code

</td></tr>
</table>
</body>

(Height is for NS I believe) :D