• Hi,
    I’m a new wordpress developer and have been going through a problem, when I use a Mountain Dawn theme for one column site template with no header image option. I’m trying to customize my header and css by putting two images. I created an image folder in the theme folder, as it does not contain any. I have uploaded these two images into this images folder on my server and try to use it into header.php into <img /> tag, but the images did not appear. I tryed to use images as background images for <div></div> tages, but still same problem. Any hints?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Check your image paths.

    Thread Starter albern

    (@albern)

    yup, it displays just alt, but not the image.

    This is how I use it:

    <div id=”header”>
    <img id=”logo” src=”images/castell_3.jpg” alt=”site logo”/>
    <img id=”name” src=”images/home_name_1.gif” alt=”site name”/>
    <p>Fantasy and Futuristic Romance Author</p>
    </div>

    and this is CSS:

    [CSS moderated as per the Forum Rules. Please post a link to your site instead.]

    may be this is something wrong with the code?
    it displays the header background though, which is from the same folder.

    Don’t use relative urls in WordPress. stick to full (absolute) urls.

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