• I’ve been told that it’s difficult navigating my new site adampoulemanos.com — I want to make the header (bg)graphic a link to index.php. How do I go about doing this?
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Wait, it is a separate image but I don’t see how you are pulling it in.
    I think you would need to change the above to:
    <h1 id="header"> <img src="https://adampoulemanos.com/images/titlelogojpg.jpg" Alt="Header" /></h1>
    and then remove it from wherever you are already pulling it, otherwise it would show up twice.

    Thread Starter apoulemanos

    (@apoulemanos)

    Thanks! …. what php does this go into?

    Didn’t he say he wanted the graphic as a background graphic? Cuz I wouldn’t mind knowing the answer to that one, since I have my header graphic set as a background, so there’s no link to an image.
    The code is in the css and right now there’s no link – I have to put the link on the description.
    So it’s like this: [code]#header {width:250px;height:99px;margin-right:auto;margin-left:auto;text-align:center;background:url(https://www.idiotonastick.com/blog/purpleheader.gif); background-repeat: no-repeat}[/code]
    Is there a way to link it without making the background an image in the code?

    hmm, just because you don’t understand the “language” doesn’t make it “mumbo jumbo”, in fact, it is not. Best to learn the language, lest you, “Damnant quod non intellegunt ” ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Linking the header graphic…’ is closed to new replies.