Forums

Possible to add a Banner? (7 posts)

  1. ragonzul
    Member
    Posted 1 year ago #

    is it possible to add a Banner to the top of the blog/Site? got minmal programming skills

  2. jessn
    Member
    Posted 1 year ago #

    Can we have a link to your site?

  3. ragonzul
    Member
    Posted 1 year ago #

  4. jessn
    Member
    Posted 1 year ago #

    Where do you want it? Above everything at the very very top?

  5. jessn
    Member
    Posted 1 year ago #

    If you want it above your header image you can do this:

    #banner {
    	margin: 0;
    	padding: 0;
    	height: 187px;
    	width: 959px;
    	}

    adjust the height and width however you want. If it doesn't center then change the margin to "margin: 0 auto;"

    Then open your header.php file and look for the line that looks like this, but add the <div id="banner"> line that I added in:

    <body>
    <div id="page"  class="singlecol">
    <div id="banner">Put your banner information here</div>
    <div id="header">
    	<div id="headerimg">
    		<h1><a href="http://www.yourchoise.org/">Shinra PvP Guild</a></h1>
    		<div class="description">An Age of Conan Guild</div>
    	</div>
    </div>
  6. jessn
    Member
    Posted 1 year ago #

    Sorry, I forgot to add that you'll have to paste that first bit of code I gave you into your style.css file

  7. ragonzul
    Member
    Posted 1 year ago #

    thanks very mcuh mate, love you!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.