Im not sure why this is happening but it is so im asking for some help. The site needs to look just like THIS but instead it looks like THIS For some reason the images are not showing up and the structure is all wrong! Whoever can help would get +rep, im sure its just a small problem that i am overseeing.
Sorry forgot to mention that i am willing to pay to have this fixed! I think I have found the problem. When I open index.php in dreamweaver and try to click the css file name onto the right side it says "css\woweveryone_frontend.css contains an invalid path." Im sure its just not contacting the css file. How can i change this?
Well first off, why don't you find the CSS file for the page. That's the issue. http://www.proxycop.info/css/woweveryone_frontend.css This file doesn't exist. maybe its in http://www.proxycop.info/wow/css/woweveryone_frontend.css or maybe you meant "css/woweveryone_frontend.css" >?
It does. The actual file is located in a folder called wow so the location is http://www.proxycop.info/wow/css/woweveryone_frontend.css EDIT: Yes that really helped! I changed the css location too /wow/css/..... and im getting the structure! Now i just need the images!
Well change the stylesheet reference on the page to point to the correct location. Cause what I posted is what your file is showing. Odds are you can just change it to /wow/css/woweveryone_frontend.css and it will be fixed. Or if you have bunches of files, just move the file to where it expects to find it ( /css off the webroot). Do you know which line controls this? OK apparently you do know how. Now to fix the images, bigger problem. I saw at least 4 images and they are looking in /images for those. Those would have to be off the top level of the webserver. So move that folder over (imagine its in the wow folder.