Forums

Adding Banner (5 posts)

  1. robinsun
    Member
    Posted 5 years ago #

    Hello,
    I just want to add a banner in between the header and the first post(I mean the post at the top).How can I do this.please help me out.

    thanks,

    robinsun

    NSFW

  2. drmike
    Member
    Posted 5 years ago #

    Have you looked at the header.php file for your theme?

  3. robinsun
    Member
    Posted 5 years ago #

    Not yet.How can I put up banner using that header.php?
    thanks

  4. Metlin
    Member
    Posted 5 years ago #

    The header.php file contains code that shows the header, and what follows after it.

    For instance, here is a sample header.php:

    -- stuff at the beginning --

    <div id="header">

    -- code and stuff here --

    </div>

    <div id="content">

    ...

    Sounds to me like you are trying to add something between the header and content divs - so, you could either append it to the end of your header div or add another div in between the two.

  5. robinsun
    Member
    Posted 5 years ago #

    Thanks Metlin,it works

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags