ballouta Posted May 4, 2008 Share Posted May 4, 2008 Hello I have a normal background, its width is 1000 pixels. http://www.tramco-lb.com/Orders/Orders.php The problem is that when i open this page on my wide screen laptop, the page looks ugly and the background does NOT fit the view at all. How this can be fixed? thank you Quote Link to comment https://forums.phpfreaks.com/topic/104078-background-problem/ Share on other sites More sharing options...
rhodesa Posted May 4, 2008 Share Posted May 4, 2008 Change your body tag from this: <BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 background="../images/bg.gif"> to: <body style="margin:0;background:#FFFFFF url(left.jpg) repeat-y top center scroll;"> Quote Link to comment https://forums.phpfreaks.com/topic/104078-background-problem/#findComment-532995 Share on other sites More sharing options...
TheFilmGod Posted May 6, 2008 Share Posted May 6, 2008 Dude, you should start the website from scratch. It is complete crap. - I don't want to be harsh but the whole way you coded, the logic behind the website, and its functionality is rubbish. You should only rely on CSS. Make the top navigation links hover under mouse over, and throw out the "order page" and create a shopping cart feature. You really think people will take the time to fill that crap out? - When the only reason there is no shopping cart feature is because you, the developer, were too lazy to take the time and live up to the web 1.0 standard (note the I said 1.0, and not 2.0)? Quote Link to comment https://forums.phpfreaks.com/topic/104078-background-problem/#findComment-534051 Share on other sites More sharing options...
rhodesa Posted May 6, 2008 Share Posted May 6, 2008 Dude, you should start the website from scratch. It is complete crap. - I don't want to be harsh but the whole way you coded, the logic behind the website, and its functionality is rubbish. You should only rely on CSS. Make the top navigation links hover under mouse over, and throw out the "order page" and create a shopping cart feature. You really think people will take the time to fill that crap out? - When the only reason there is no shopping cart feature is because you, the developer, were too lazy to take the time and live up to the web 1.0 standard (note the I said 1.0, and not 2.0)? That may have been a little harsh...but I agree. The code in the site looks like it's from the early 90's. Quote Link to comment https://forums.phpfreaks.com/topic/104078-background-problem/#findComment-534291 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.