PDA

View Full Version : browser display issues


anousht
05-02-2005, 04:48 PM
I've built a site in Dreamweaver. It displays perfectly on the many browsers
& screens I've tested it on. There are some complaints that the site displays very small on some of my users' screens, and always in the top left corner.

I'm looking for a way to display the site in the center of the browser window, as well as re-size to fit the window.

I'm sure these are simple things to do, but I need help figuring it out!
Thanks

chilipie
05-02-2005, 06:02 PM
We need a link or some HTML/CSS before we can do anything... :cool:

anousht
05-02-2005, 06:04 PM
sorry about that.
Here's the link to the site:
http://www.seabridgegold.net

thanks!

mark87
05-02-2005, 06:33 PM
If i was you I'd put those scripts and styles in external files - make it easier. And you really should not use tables for layout - use CSS to position everything. Once you do that, wrap the whole thing in a div and use 'margin: 0 auto' on it to center it. :)

JamieR
05-02-2005, 07:19 PM
Your life would be easier if you used CSS for layout/positioning/styling over tables.Tables are outdated and you don't have the necessarily control over each element if you are using tables for everything :p