is it possible to add a Banner to the top of the blog/Site? got minmal programming skills
is it possible to add a Banner to the top of the blog/Site? got minmal programming skills
Can we have a link to your site?
Where do you want it? Above everything at the very very top?
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>Sorry, I forgot to add that you'll have to paste that first bit of code I gave you into your style.css file
thanks very mcuh mate, love you!
This topic has been closed to new replies.