Image Structure

Image tags have 6 elements that must be present, even if not used in that particular image: source, height, width, horizontal alignment, vertical alignment, alternate text, and border. The tag itself should look like this:

<img src="/img/imgname.gif(or jpg)"
        height="height of image in pixels"
        width="width of image in pixels"
        align="horizontal alignment of image: center, left, right"
        valign="vertical alignment of image: top, bottom, center"
        alt="alternate text if image can't/doesn't load and/or to provide info for vision-impaired"
        border="width of border around image, almost always 0"
        hspace="horizontal space (in pixels) between image and top border of page"
        vspace="vertical space (in pixels) between image and right border of page">

All images should be as small in file size as possible without compromising quality (Photoshop crunches files better than any other program I've found), and need to be .gif or .jpg. Transparent .gifs are useful, if done well - please contact me for more details on these and other more advanced graphic/image questions.

Background images should be used sparingly, and only if they 1. add significantly to the overall aesthetic, 2. do not make any part of the content hard to read/view and 3. are seamless.

Resources/Guides

ColorMaker


Basic Elements | Tables | Images | Image Maps | Links | Frames | Fonts