• Hello. I am totally new at this so bear with me.

    I want to do a couple of things:

    1) Add an image to the header. How?

    2) Possibly remove the header altogether so I can use the blog in a frame within my site.

    3) Add an image to the background of the blog pages so it matches the one in the nav.html page on my site.

    Any help would be greatly appreciated. Even point me towards some how to’s would be cool.

    Namaste!

Viewing 1 replies (of 1 total)
  • well, first off, i would recommend highly against using frames. that’s sort of a 1999 trick for what will hopefully by a year 2006 website.

    as for the header:

    in the “presentation” section in the admin section, open index.php and remove
    <?php get_header() ?>
    which is towards the top.

    or, if you want to just put an image in, then open header.php and add the line <img src="yourimage.jpg"> where you want it.

    to add a background image, open styles.css and add the line

    background-img: url(animage.jpg);

    to the body tag.

    i’d also suggest you read a CSS tutorial:
    W3school’s CSS Tutorial

    Might as well read the PHP and XHTML tutorials while youre at w3schools.

Viewing 1 replies (of 1 total)

The topic ‘HEader help’ is closed to new replies.