Forum Moderators: phranque
I'm wondering for a quick solution for a resolution problem;
I started a new web site developed for a 800x600 resolution screen,but I'm noticing that the most of the visitors uses a 1024x768 resolution.
How can I get a web site suitable for both resolutions avoiding to remake it completely?
Thanks for a kind reply
Regards
Specter
What if I make a 1024x768 version of each page?
Would I risk penalties for duplicate content?
How to manage this risk?
HTH
I hate to say it, but there's no easy fix. You need to improve your HTML and CSS skills somewhat, then then do the hard work of coming up with a revised design and implementing it step by step, all the while testing the site out at multiple resolutions and preferably with different browsers. The good news is that there's ALWAYS some way to accomplish whatever you need to do, usually several ways.
I'm strongly persuaded that exist ALWAYS a way to fix a problem,but in my situation I have to fix it right now; so I haven't the time to improve my html and css skill...
I made the web site based upon a 800x600 Photoshop template bought on the Web;so if I modify the table width as 100% instead of 780 pixels,in 1024x768 resolution there is a problem with the background images...
I know well that the best way to fix the problem would be to change the template and to redesign completely the site starting from the scratch,but I would avoid this,as in 800x600 it runs very fine and I like this template...
So,if somebody has good suggestions to give me,I'm here...
Thanks again
... not elegant but quick and that way at least the page is not stuck at the edge for larger resolutions,
you could also set a background color for the body that blends with your site that way you won't get white bands on each side
To answer to TerryG instead,I know that many webmasters,even for very important web sites choose layouts 800x600-based or lower,but personally I think that this depends on some web site details.
In my case,the risk for higher resolution is that the site is "uncomfortable" to navigate and so quickly abandoned from the user,what I would avoid...
Other opinions/suggetsions?