develop website by using free templet from provider
hai...
i have develop a website using templet (from free provider)
but i have a problem when run it at localhost (i'm using php & mysql-xampp package)
i edited that templet at dreamweaver, i have no problem when view it at dreamweaver but when i run that website at the localhost, the background color and certain images cannot display( background & images-from that templet)..
i have no idea for this problem
anybody, please help me..
-sorry 4 my bad english-:$
i already check the path of that images.but the file of the images(cannot display) does not exist in the code(admin.php)..
but from the same code,the images can appear at the website(which is from another code-index.php)
-index.php in FAB folder
-admin.php in ADMIN folder
-ADMIN folder in FAB folder
Sorry alieya I couln't reply to your PM earlier but I was bussy.
To be fair Dreamweaver is great tool but it doesn't not display page exactly as browser will so do not coun't heavily on it and always check your page in browser. Secondly if you using Unix system make sure that you reffer to images in same format as you see them. Unix is sensitive if you have myImage.JPG and you call myimage.jpg it will complain, also check for permissions
As nav33n mentioned it would be best if you post your code at least section where the problem occures also describe your folder structure. Example
System_path/MyProject/ html & php pages
System_path/MyProject/Img/ images
System_path/MyProject/Adds/ CSS & JavaScript
my projek: C:\xampp\htdocs\fab
C:\xampp\htdocs\fab\images
C:\xampp\htdocs\fab\index.php
C:\xampp\htdocs\fab\admin\admin.php
note: when i look at the code, the images (can't display) never mentioned in code.
but the same code which is index.php, the images can display easily.
I uploaded your project on the server but I do not see any diferences between index.php - admin.php or dreamweaver view see attached screenshots and please point me to problematic area so I know what to look for
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.
If you can see, in all the css classes, you have background-image: url(C:/xampp/htdocs/fab/images/bgmain.gif);
Edit that line. Remove everything upto images, like, background-image: url(images/bgmain.gif);