is it possible to have an HTML file as a background or header?
Basically I created a header in imageready, I created it out of drupal so I was able to put links on images etc. But I need the HTML file to show on everypage.

I tried inserting the HTML file in my CSS file. but it didnt show up.

How would I make this HTML file my header on my site? thanks.

Comments

vm’s picture

html doesn't go into a .css file.

your header image can be set in the css file and you only need to reference the image. Take a look at an already existing theme with a header image for an example.

nevets’s picture

You could add the html to your themes page.tpl.php file.