• This is more of a css question than a wordpress one, but any help would be greatly appreciated:
    On my main page, http://www.merialc.com, I’ve got my title image supplied by <h1 id="header"></h1> which works fine, but when I try to do the same for my photoblog page, http://www.merialc.com/pictorialis, the image isn’t desplaying.
    I’m sure I’ve probably just made a stupid mistake somewhere, but I can’t find where this might be…any suggestions?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter merialc

    (@merialc)

    I’ve managed to get it working in firefox now, but am still having problems with ie.

    doesn’t everybody ?

    Thread Starter merialc

    (@merialc)

    Woot! Many thanks 🙂

    sorry, couldn’t resist.
    try calling it with a div instead of the h1 tag:
    <div id=”header”> <img src=”myimage.jpg” alt=”MerialC Blog God” /></div>
    and then in your css define the dimensions of .header

    If you want to be really cool the h1 tag should remain as text. It is very accessible and user friendly to search engines. Then if you really want an image use one of the image replacement techniques.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘CSS header problem’ is closed to new replies.