usawh Posted November 1, 2009 Share Posted November 1, 2009 Hi Everyone, I am working on this site http://www.click4hawaii.com but the problem is when they site is minimized everything shifts to the left. How can I prevent this from happening ? regards, usawh Quote Link to comment Share on other sites More sharing options...
cbolson Posted November 1, 2009 Share Posted November 1, 2009 Hi, A quick and easy solution might be to have the complete image as the background (ie without the white strip down the middle) then put this white background (with padding) on the page contents. This could be done by wrapping the complete contents in a wrapper layer. This wrapper would have a style something like this: #wrapper{ width:900px; background-color:#FFF; padding:10px; margin:0px auto; } Then, in the html you would put : <div id="wrapper"> immedeatly after your <body> tag and close it again directly before the closing </body> tag. Chris Quote Link to comment Share on other sites More sharing options...
haku Posted November 2, 2009 Share Posted November 2, 2009 The short answer - give your tables a fixed width instead of a relative width. The long answer - learn CSS. Your coding is outdated by about 8 years, and you are using old techniques, and deprecated tags. Quote Link to comment Share on other sites More sharing options...
Dripal Posted November 2, 2009 Share Posted November 2, 2009 i think you should do more work on table creating of each section separately and put the text in those table cell. it might be helpful for you. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.