Quote:
Originally Posted by skyscraper
i like frameset is because you can control how the page display, like, visitor not need to open new window
any idea, help me?
thanks.
|
One thing you cannot control with web pages is how they are diaplayed, have you tried using different screen resolutions and different browsers to see how frames are displayed?
Not a big fan sorry.
Yoiu could add a div container around your content and centre the div using:
margin: auto 0;
width: x px;
As it is all left aligned in Firefox.