Forums

Maybe CSS or something.... (3 posts)

  1. tstone1984
    Member
    Posted 3 years ago #

    Greetings,

    I help out with a blog and want a space to put a banner at the top. Problem is when I do this nothing aligns.

    The Blog I work on is here

    I'd like to put a banner size = 468 x 60 px at the top in the middle. When I put something in the header section it screws up.

    Do I need to post the header code here to help?

    Thanks :)

  2. randinicole
    Member
    Posted 3 years ago #

    what code were you using to add the banner?

  3. randinicole
    Member
    Posted 3 years ago #

    okay you can do this a few ways, there are plugins and then coding

    add this to your .css page

    #banner {
    margin-top:-100px;
    margin-left:350px;

    add this to your header code under the <div id="header">. The code is example, change the image, and if you want it clickable just add the tag around the image tag.

    <div id="banner">
    	<img src="http://blog.rockokojewellery.com/wp-content/uploads/2009/03/0451-007-10-300x300.jpg" alt="" width="480" height="68" border="1" />
    </div>

Topic Closed

This topic has been closed to new replies.

About this Topic