Next Up Prev


Step 15: Add Footer Logo

Now that we've added so many images to the home page, the page footer is starting to look a bit drab. It's a good idea, in webs, to try and include some graphics in any feature that is repeated throughout the web, as in such cases, a little effort goes a long way. So in this step, we're going to add a Tarmac Travel logo to the footer. We'll link the logo to the home page so we can get rid of the home page link too.


Modifying The Footer HTML

Adding the logo image to the footer is actually quite easy. All that's required is to insert HTML for the image into the footer HTML on each page:

<A HREF="home.html"><IMG BORDER="0"
    ALT="Tarmac Travel"
    WIDTH="64" HEIGHT="32"
    HSPACE="4" ALIGN="left"
    SRC="binary/logo.jpg"></A>

As is usually the case with IMG tags, it's messy, but there are no surprises. The only new trick is the ALIGN="left" tag which instructs the image to float to the left, with subsequent material (in this case the text footer fields) flowing around the image.


How The Logo Was Created

Here's how the logo image was created. For small logos, it's better to use a glow around the text than a drop shadow.

   Start with Kodak free Australia image number 18.
   Clip a section in a 2x1 ratio.
   Text "Tarmac Travel":
      Amco Display SSi, 70pt, AntiAliased, Colour=Black
      Noise.AddNoise(Type=Gauss,Amount=25,Monochromatic).
      Alien.Glow(Wid=20,Op=80%,Col=White,Drop=Thin).
   Select a little way inside outer edge. Invert selection and delete.
   Select remaining content and use outer bevel.
   Shrink down to 64x32.

For a small amount of work, this step has improved the look of every page in the web (except the splash page). Perhaps further work on the footer to make it even more graphical would be worthwhile. However, this tutorial has other fish to fry.

SourceSurfChanges Made In This Step
africa.html africa.html Added logo to footer.
antarctica.html antarctica.html Added logo to footer.
australia.html australia.html Added logo to footer.
china.html china.html Added logo to footer.
contact.html contact.html Added logo to footer.
copyright.html copyright.html Added logo to footer.
england.html england.html Added logo to footer.
greece.html greece.html Added logo to footer.
home.html home.html Added logo to footer.
index.html index.html Added logo to footer.
order.html order.html Added logo to footer.
/binary/elephant_small.jpg
/binary/koalas_small.jpg
/binary/logo.jpg Added this image.
/binary/parthenon_small.jpg
/binary/penguins_small.jpg
/binary/sidebar.jpg
/binary/stonehenge_small.jpg
/binary/temple_small.jpg
/binary/title.jpg

Click here to go to Step 16


www.ross.net WebHints WebHints Tutorial
webmaster@ross.net
Copyright © Ross N. Williams 1997. All rights reserved.