Viewing 5 replies - 1 through 5 (of 5 total)
  • the about page: look at your source:

    <div id="headerblock">
    <h1 id="header"><a href="http://www.debianadmin.com">Debian Admin</a></h1>
    <strong>Your Way to Debian World</strong>
    </div> <!-- headerblock -->

    you dont even have an image defined.

    Compare THAT to your index page:

    div id="headerblock">
    <a href="http://www.debianadmin.com"><img src="../images/tuxadmin1.png" alt="Debian Admin - Your way to Debian World"></a> </div> <!-- headerblock -->

    As for the others, this ought to be simple for someone with a web site that has something to do with Debian (remember what those dots mean? ../ & ./, etc..) 🙂 — your using a relative path to the image.

    "../images/tuxadmin1.png"

    Adjust the path to use the full URL to the image and you ought to be good to go.

    Thread Starter david23

    (@david23)

    thanks for your reply.I have fixed all other problems other than about and contact page i didn’t get the location of page source.Could you please tell me where to change for these pages sorry for this.

    are those wordpress generated pages?

    edit, nm i took a look at the theme, edit the page.php thats in your current theme’s directory, assuming the above is true, of course.

    Thread Starter david23

    (@david23)

    yes ihat did the trick

    thanks mate

    resolved

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Inserting own Header Image help required’ is closed to new replies.