Click to See Complete Forum and Search --> : I mentioned this before, but....


HtMhElL
02-04-2003, 08:25 AM
I posted it in the general forum. Does anyone know how to make a site viewable to everyone i.e people can see it correctly no matter what resolution they use. I'm hoping I don't have to make an alternative copy of the site in another resolution, that would just take too long. Help!:confused:

pyro
02-04-2003, 08:40 AM
Use percentage widths. For instance, instead of having a table with 800px width, have it with 100% width.

HtMhElL
02-04-2003, 08:42 AM
Originally posted by pyro
Use percentage widths. For instance, instead of having a table with 800px width, have it with 100% width.

Thanks:)

jpmoriarty
02-04-2003, 09:18 AM
.. I'd sugest staying away from tables for layout and making correct use of CSS's instead - they're much easier to use, work far more effectively than tables, don't make it nigh on impossible for people with non visual browsers to listen to, and I find them a lot quicker too.

Search for any thread on CSS for layout, or just head to the CSS thread where you can swim in the infinite depth of knowledge there.