•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 392,037 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,307 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our PHP advertiser: Lunarpages PHP Web Hosting
Views: 2342 | Replies: 20 | Solved
![]() |
•
•
Join Date: Feb 2008
Location: Oneida, NY, USA
Posts: 51
Reputation:
Rep Power: 1
Solved Threads: 4
Going by the images that were in your attachment, it looks to me like your CSS files weren't uploaded to the server. I'm saying this because you have all the images that would be in the page from hard coding, but your background images aren't showing up.
Try uploading your CSS file and see if that's going to change anything.
Try uploading your CSS file and see if that's going to change anything.
Last edited by Suetan : Feb 7th, 2008 at 10:43 pm. Reason: attached compressed files were images, not PHP files
•
•
Join Date: Nov 2007
Location: Bangalore, India
Posts: 3,098
Reputation:
Rep Power: 8
Solved Threads: 238
Okay.. I found out your problem. Open css file and change the path of all image urls to images/filename instead of
That will solve your problem.
Cheers,
Naveen
background-image: url(file:///C|/Documents%20and%20Settings/Azura/Desktop/templete/34/images/nav_on.gif);.
That will solve your problem.
Cheers,
Naveen
Last edited by nav33n : Feb 8th, 2008 at 1:50 am.
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
*PM asking for help will be ignored*
*PM asking for help will be ignored*
•
•
Join Date: Nov 2007
Location: Bangalore, India
Posts: 3,098
Reputation:
Rep Power: 8
Solved Threads: 238
•
•
Join Date: Nov 2007
Location: Bangalore, India
Posts: 3,098
Reputation:
Rep Power: 8
Solved Threads: 238
I changed.. I saw and I deleted.. So, its working.. Anyway, look closely.
If you can see, in all the css classes, you have
Edit that line. Remove everything upto images, like,
Change in all the classes. Then save the file.
css Syntax (Toggle Plain Text)
body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; background-image: url(C:/xampp/htdocs/fab/images/bgmain.gif); margin: 0px; } td { font-size: 10px; } .navon { background-image: url(C:\xampp\htdocs\fab\images\nav_on.gif); background-repeat: no-repeat; background-position: left; height: 23px; width: 152px; text-indent: 25px; } .bgmain { background-image: url(C:\xampp\htdocs\fab\images\main_bg2.gif); background-repeat: repeat-x; height: 287px; } .loginbg { background-image: url(C:\xampp\htdocs\fab\images\header_01.gif); background-repeat: no-repeat; height: 40px; width: 368px; } .navt1 { background-image: url(C:\xampp\htdocs\fab\images\header_05.gif); height: 41px; width: 131px; font-size: 12px; font-weight: bold; color: #FFFFFF; text-align: center; padding-bottom:7px; } a:link { color: #000000; text-decoration: none; } .navt2 { background-image: url(C:\xampp\htdocs\fab\images\header_06.gif); height: 41px; width: 129px; color: #FFFFFF; text-align: center; padding-bottom:7px; text-decoration: none; font-size: 12px; font-weight: bold; } .crbg { background-image: url(C:\xampp\htdocs\fab\images\crbg.gif); height: 22px; padding-top: 2px; padding-bottom: 2px; font-weight: bold; color: #FFFFFF; } .navt3 { background-image: url(C:\xampp\htdocs\fab\images\header_07.gif); height: 41px; width: 129px; font-size: 12px; font-weight: bold; color: #FFFFFF; text-align: center; padding-bottom:7px; } .navt4 { background-image: url(C:\xampp\htdocs\fab\images\header_08.gif); width: 131px; height: 41px; font-size: 12px; font-weight: bold; color: #FFFFFF; text-align: center; padding-bottom:7px; } .navt5 { background-image: url(C:\xampp\htdocs\fab\images\header_09.gif); width: 130px; height: 41px; font-size: 12px; font-weight: bold; color: #FFFFFF; text-align: center; padding-bottom:7px; } .navt6 { background-image: url(C:\xampp\htdocs\fab\images\header_10.gif); height: 41px; width: 127px; font-size: 12px; font-weight: bold; color: #FFFFFF; text-align: center; padding-bottom:7px; } .mcbg { background-image: url(C:\xampp\htdocs\fab\images\mcbg.gif); background-repeat: repeat-y; width: 779px; padding: 0px; } .navoff { background-image: url(C:\xampp\htdocs\fab\images\nav_off.gif); text-indent: 20px; height: 23px; width: 152px; background-repeat: no-repeat; font-weight: bold; } .leftcolheader { background-image: url(C:\xampp\htdocs\fab\images\left_box_head.gif); background-repeat: no-repeat; height: 26px; width: 151px; color: #FFFFFF; text-indent: 20px; padding-top: 6px; } .lcolbg { background-image: url(C:\xampp\htdocs\fab\images\lcolmcbg.gif); background-repeat: repeat-y; width: 152px; padding-top: 3px; } .mcheader { background-image: url(C:\xampp\htdocs\fab\images\mc_header.gif); background-repeat: no-repeat; height: 21px; width: 368px; text-indent: 20px; color: #FFFFFF; font-weight: bold; } .rightboxheader { background-image: url(C:\xampp\htdocs\fab\images\right_col_header.gif); background-repeat: no-repeat; height: 22px; width: 215px; text-indent: 20px; padding-top: 1px; color: #FFFFFF; } .rightcolboxbg { background-image: url(C:\xampp\htdocs\fab\images\right_col_box_bg.gif); background-repeat: repeat-y; width: 215px; padding-top: 4px; } .maincbbg { background-image: url(C:\xampp\htdocs\fab\images\mcb_bg.gif); background-repeat: repeat-y; width: 368px; } input { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; background-image: url(C:\xampp\htdocs\fab\images\input_bg.gif); border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; text-indent: 3px; margin: 0px; padding: 0px; font-weight: bold; } a:link { text-decoration: none; } a:visited { color: #000000; text-decoration: none; }
background-image: url(C:/xampp/htdocs/fab/images/bgmain.gif); Edit that line. Remove everything upto images, like,
background-image: url(images/bgmain.gif); Change in all the classes. Then save the file.
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
*PM asking for help will be ignored*
*PM asking for help will be ignored*
•
•
Join Date: Nov 2007
Location: Bangalore, India
Posts: 3,098
Reputation:
Rep Power: 8
Solved Threads: 238
Really strange. Its working for me. I ll attach the screenshot.
So ? Who's fault is it ?
Edit: Check if you haven't accidently deleted the image files.
So ? Who's fault is it ? Edit: Check if you haven't accidently deleted the image files.
Last edited by nav33n : Feb 8th, 2008 at 1:49 pm.
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
*PM asking for help will be ignored*
*PM asking for help will be ignored*
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb PHP Marketplace
- Previous Thread: increment date by week
- Next Thread: SELECT Statement HELP



Linear Mode