After you've
uploaded a 468x60 background GIF plus your word GIFs into
the folder on your server where your images are stored, use
the following code format. Note: your image folder may be
called something other than "images"- if so, change this in
the code. All images must be uploaded to your server. DO NOT
HOT LINK ANY IMAGES DIRECTLY FROM THIS SITE!
Copy this & insert into the head portion of your page:
<style>
.displaybg
{
display: block;
margin: 15px auto;
background-image: url(images/468x60bg-82.gif); /* Make sure this is correct */
background-repeat: no-repeat;
background-position: center;
height: 60px;
width: 468px;
}
</style>
And this goes into the body portion of the page where you want the banner to appear. Don't forget to replace the part in red with the correct path and actual file name.
<div class="displaybg" align="center">
<img src="images/1stname.gif">
<img src="images/connector.gif">
<img src="images/2ndname.gif">
</div>