Forums

Theme Header formatting - WordPress Default (4 posts)

  1. vhenry07
    Member
    Posted 3 years ago #

    Hello, I'm trying to modify the default theme and insert my own header, made up of two tables.

    The header images appear, but the rest of the blog isn't moving down to accommodate it, so the header and blog text overlap. Also, changes made to blog background aren't appearing.

    http://kindredgear.com/blog/

    excerpt of header.php code:

    <?php wp_head(); ?>
    </head>
    <body>

    <div id="page">
    <div id="header">
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td><img src="http://www.kindredgear.com/Images/Backgrounds/kgban7.gif" alt="kglogo" /></td>
    </tr>
    </table>

    <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td align="center"><img src="/Images/buttons/homebt.gif" alt="home" width="100" height="100" /></td>
    <td align="center"><img src="/Images/buttons/blogbt.gif" alt="blog" width="100" height="100" /></td>
    <td align="center"><img src="/Images/buttons/faqbt.gif" alt="faq" width="100" height="100" /></td>
    <td align="center"><img src="/Images/buttons/cntactbt.gif" alt="contact us" width="100" height="100" /></td>
    </tr>
    </table>
    </div>

    <hr />

  2. rtivel
    Member
    Posted 3 years ago #

    Might I humbly suggest this article for some hints from a relatively new WordPress user: How to Install and Style WordPress 2.5

    I have modified my blog starting from the basic Kubrick theme. Although I do not presently use graphic headers and footers on my blog, I previously experimented with new graphic headers and footers. When I did this, I also had to create a new "slice" to fill in the page between the header and footer graphic. In the Kubrick theme, this "slice" is called kubrickbgwide.jpg and is found in the image directory of the default theme. It would appear that you will have to do something similar for your blog.

    I hope this helps.

  3. vhenry07
    Member
    Posted 3 years ago #

    Thanks, that seemed to do the trick. Odd that I didn't have to add that slice on my other blog, but at least it's working.

    Thanks!!

  4. rtivel
    Member
    Posted 3 years ago #

    Glad to help. Is your site still under development? If you don't mind a little constructive criticism, here are a couple of impressions:

    First of all, the black background makes things very difficult to read.

    I do like the header and the customized navigation buttons.

    When I check my site, I do it in three browsers: Firefox, IE, and Opera.
    I am presently using IE6 and the page formatting is very different from the other two browsers.

    Royce

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.