By zanematthew on
why can't i hard code images into the page.tpl.php file?
i have made sure the file path is correct, it only allows me to display an image via css as a background
is this disabled in drupal?
why can't i hard code images into the page.tpl.php file?
i have made sure the file path is correct, it only allows me to display an image via css as a background
is this disabled in drupal?
Comments
Should be possible
Either your path is wrong, or you may have a problem with with your apache mod_rewrite config. Try posting a link.
Best,
/J.
Should work
If you use firefox and the web developer extension, under the "images" menu you could choose "find broken images" while viewing your site.
$base_path
Have you tried using $base_path ?
Example:
agreed
either do it this way (above), or you will have to upload your pictures to the server and use absolute path when linking to the pictures in your page.tpl.php