• I’ve image mapped a jpeg header with link buttons. The problem is, the end file is an .htm file instead of a jpeg and when I direct it as the header…
    #header { background: url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/header0.htm”) no-repeat bottom center; }

    This alone doesn’t work. If anyone has an idea what other scripts must be changed, I’d appreciate the help.

Viewing 1 replies (of 1 total)
  • If you’re going to use an html file that way, you’ll need to do a regular php include to start with….

    Not sure how that gets put together with the other stuff you’ve got there, but this is the code:
    <?php include 'header0.html' ?>

Viewing 1 replies (of 1 total)

The topic ‘.htm file as header image’ is closed to new replies.