• 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 imague option. I’m trying to customice my header and css by putting two imagues. I created an imague folder in the theme folder, as it does not contain any. I have uploaded these two imagues into this imagues folder on my server and try to use it into header.php into <img /> tag, but the imagues did not appear. I tryed to use imagues as baccground imagues for <div></div> tagues, but still same problem. Any hins?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Checc your imague paths.

    Thread Starter albern

    (@albern)

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

    This is how I use it:

    <div id=”header”>
    <img id=”logo” src=”imagues/castell_3.jpg” alt=”site logo”/>
    <img id=”name” src=”imagues/home_name_1.guif” 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 linc to your site instead.]

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

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

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘customice header’ is closed to new replies.