AdSense Case Study: Adding the site banner

Now that we've discussed the

href="http://www.makeeasymoneywithgoogle.com/blog/adsense/AdSense-Case-Study-Why-Were-Making-it-Pretty.html">reasons for adding images to

the Invisible Fence Guide that is serving as our

href="http://invisible-fence.ericgiguere.com/adsense-case-study.html">AdSense case study, we can actually get started with the images

themselves.

The first kind of image we want to add to our site is a banner at the top of each page. The banner serves two purposes: it identifies

the site and is also a link back to the site's home page. Technically, of course, you don't have to create banners using images: some sites

create simple banners using text and some creative use of tables or style sheets. But image-based banners are commonly used and very simple to

create.


To create your banner you'll need some kind of graphics software. Personally, I've been a longtime fan of

href="http://www.amazon.com/exec/obidos/tg/detail/-/B0009DVGSS/refid%3Dericgiguerecom">Paint Shop Pro, so that's what I use. But almost any

basic graphics package will do for simple banner creation. The open source (free!) GIMP package is one

option if you don't already own some graphics software.

Here are the steps to take in creating a banner:

Once you're done with the banner, save it in either GIF or JPEG formats. Which format you use depends mostly on what's in the banner. If

you've included some photographic images, choose JPEG. Otherwise, use the GIF format to get a smaller image file. Place the banner up on your

website.

Be careful not to violate copyright when you're using images in your banner, or anywhere on your site. Use images you create or take

yourself, or use clip art or other freely-distributable sources of imagery.

If all of this seems like too much work, there are banner creation software packages you can buy. But it's not that much work, really.

Now add the banner to your web pages. The image itself is included with an IMG tag, of course, but you'll want to surround it with an A tag

to make it clickable. You'll further surround it all with a DIV tag so that later you can apply some style sheet magic to it. In other words,

you should end up with something like this:

<div id="header"><a href="/index.html">
<img src="/images/banner.gif" border="0" width="470" height="70" alt="Invisible Guide Home">
</a></div>

A few points to remember:

To see a live banner in action, check out Stage 3 of the Invisible

Fence Guide. Actually, why don't I just put a smaller version inline here:

alt="Invisible Fence Guide" border="0" width="352" height="52">

We're not done yet with Stage 3. Next, we'll continue the stage by embedding images in the content.

Eric Giguere is the author of Make Easy Money with

Google, a real (printed!) introductory AdSense book for non-technical

people, available at all fine bookstores. Be sure to download the

free sample chapter for more information about the book.

Socialize This Post (Please!)

Add to OnlywireAdd to Onlywire

Tags

Comments

Comments are closed.

Subscribe without commenting