Loading...

More materials by author - Page 2

in HTML Tutorials
Setting Your Tables

The TABLE tag is used to create presentation tables (like spreadsheets), but is more commonly used as a way of controlling the placement of text and images on web pages...

read more
in HTML Tutorials
Tricks Using Lists

The easiest way to do it is with the unordered list tags. This involves opening the list with <UL>, surrounding each member line with the <LI> and </LI> tags, and finishing the list with the </UL> tag.

read more
in Web Design Principles
Navigation Tricks

This is the a method that we prefer to use, typically we will use this on all of our pages in one form or another. I feel that it is superior to image maps and JAVA for a few reasons: Low maintainence. Everybody pretty much can figure out what they mean. By using the ALT description- it works ...

read more
in HTML Tutorials
About Colors in HTML

You probably see a lot of things in HTML documents that look like random sets of characters and numbers. These items such as #FF0FF0 and #E1A0BB when used with COLOR and BGCOLOR tell the browser what color to display your text or background in. It is not my point to bore you with hexadecimal math,...

read more
in HTML Tutorials
Image Map Tutorial

There are in fact two major types of Image Maps: Server Side: This is the older method of doing image maps. The reason for finding out what type of server you are on is so you know what format to make your map files in. Client Side: These maps are implemented by placing the map coordinates in ...

read more

Copyright © All Rights Reserved