Voltar's Newbie Webmaster Resource

Basic HTML For Newbies Page Three

by Doghouse Dan

This page has some graphical stuff which may or may not be of use to you. Again,
it's all fairly basic html. So cut and paste then do much better.


(8a) Gif's and Jpg's:

  • Not going to say much here since I'm not an expert but a few things I've picked up.
  • There are two types of picture format...
  • ... gif's which are mainly used as buttons and animated pictures.
  • ... jpg's or jpeg's which are your main picture format.
  • The gif files are larger in byte-size than jpg files.
  • Gif files do however process faster than jpg files of the same size.
  • What this does to your bandwidth bill I don't know ... sorry.
  • Whatever the format - make it as small as possible!
  • Thumbs should be about 100 x 75 pixels.
  • Main pics are fine with a maximum of 505 pixels on the long side.

  • (8b) Picture and Text Placement:

    basic html for newbies This text has been aligned to the right by aligning the picture to the left

    basic html for newbies This text has been aligned to the left by aligning the picture to the right

    basic html for newbies This text has been centered on the picture

    basic html for newbies This text has been aligned to the left and shunted away from the picture by using "hspace=50". Note that the 50 pixel space is on the left and right of the pic.

    This text is obviously on top
    basic html for newbies
    This text is obviously on bottom

    basic html for newbies for more control this text and picture have been put into two different cells of a table. This is a lot easier for formatting your page I reckon. Leave the table borders or scrap them ... it's your choice.

  • The code for each one is in the text box below.
  • Or you can look at the code for this page.

  • (8c) Arranging Your Thumbs:

    basic html for newbies basic html for newbies basic html for newbies

    basic html for newbies basic html for newbies

    A simple little arrangement using "hspace" to spread the pics out horizontally

    basic html for newbies basic html for newbies basic html for newbies

    basic html for newbies basic html for newbies basic html for newbies

    A simple little arrangement using "hspace" to spread the pics out horizontally and "vspace" to shift the horizontal thumb up between the two vertical ones.

    basic html for newbies basic html for newbies basic html for newbies
    basic html for newbies This uses a table with two rows and six cells basic html for newbies

  • The code for each one is in the text box below.
  • Or you can look at the code for this page.

  • Written and contributed
    by Doghouse Dan


    DHD's Webmaster Resources

    Back to VNWR