So I made myself a little html/css template. And now I’m trying to actually use it with some PHP code however, it only renders text. The images and css arent there. Everything is in the templates/Default directory. Do i have to do something funky with my paths in the template?
Share
Use firebug and see why the images don’t show up. You need to activate the ‘NET’ tab and then you see all the requests being made when your browser requests the page. My guess is that the paths to CSS and images are incorrect.