Click to See Complete Forum and Search --> : Resolution Question....
HtMhElL
02-04-2003, 06:04 AM
Does anyone know of any code I can put into my website so that everyone can see it the same size? As it goes, it's either too big or too small for people. Do I have to make another version of my site to re-direct people or is there an easier way?
Thanx.:)
dismaldonkey
02-04-2003, 07:43 AM
You can either make several versions of the page optimized for different resolutions, and re-direct to each as required. (not the easy option!)
The simplest way is to enclose the page's content in a frame, and specify the exact width (you shouldn't need to specify the length) and then center the table.
jpmoriarty
02-04-2003, 08:34 AM
If you use CSS for layout instead of tables then it should look good at any resolution.
Robert Wellock
02-04-2003, 09:59 AM
However, to some extent that would depend upon the user-agent in question and it's support for either CSS in general or CSS-P since Micro$oft holds the lions share it's an uphill struggle when using CSS.
Basically Server-side detection offers one of the better soloutions.
Stefan
02-05-2003, 06:40 AM
IE 5+ works well enough with CSS to be able to create a working crossbrowser liquid layout design with CSS.