Posts: 808
Location: UK... where else?
|
Do you actually want that banner? If you do you should be able to add this code to the About Me section:
HTML Code:
<style type="text/css">
body {
margin-top: 352px;
}
.topbanner {
background-color:FF00FF;
position: absolute;
top: 0px;
left: 50%;
width: 800px;
height: 352px;
margin-left: -400px;
overflow:hidden;
background-image: url("http://www.19files.com/da/archieheader800.jpg");
background-position:center left;
background-repeat:no-repeat;
border-width: 0px;
border-style: solid;
}
body div table td {padding-top: 5px;}
</style>
<div class="topbanner"></div>
I just took that from a tutorial site and added you banner and it's specifics. If you're using a different one you'll want to change the 352 (two instances) to the height of your new banner, the height to the height of your new banner and of course the URL too.
Hope that helps.
|