Viewing 1 replies (of 1 total)
  • Hi 1978tree,

    You will need to add the hard-code in the header file.
    Login to your server (using FTP) and open up header.php.
    Find the div, <div class=”topsearch”>, and add new div box underneath topsearch div box.

    <div class="bbbbox"></div>

    In the bbbbox, add the bbb code.

    Open up style.css, and add the css code.

    .bbbbox {
        float: right;
        margin-right: 10px;
        margin-top: 8px;
    }

    Hope it helps! Let me know if you have any questions.

Viewing 1 replies (of 1 total)

The topic ‘adding image to header’ is closed to new replies.