Links
Home

Alignment

BG Color/Image

Forms

Graphics

Javascript(Pop-Ups)

Links

Paragraphs

Tables/Frames

Text Boxes

Text Effects

Text Properties

A Regular Link
To make just a normal link, type an opening bracket (<). Then put A HREF=URL where URL is the address of the site you wish you link to. Type your ending bracket(>). Type the text you wish the link to read. Type a bracket (<) slash (/) A and an ending bracket (>). This completes your link. Example, look to right.

E-Mail Link
Type the regular link formula above. After the = sign, type MAILTO: and the e-mail address you wish someone to e-mail to. Replace LINK with the name of the person, or just 'E-mail Me'. Example with ( )s instead of brackets: (a href=mailto:e-mail@e-mail.com) E-mail Me! (/a)

Picture Link
Type the same tag as a regular link, but where it says LINK, type another opening bracket (<) then IMG SRC=URL where URL is the address of the picture you wish the link to be. Type the end bracket (>). Example with ( )s instead of brackets: (a href=URL) (IMG SRC=URL)(/a)

Colors
Place the curser within the 'body' tag (< body >, no spaces)To change the color of a link that hasn't visited, type LINK. To change to color of a link that has already been visited, type VLINK. To change the color of a link when the user clicks on it, type ALINK.
Type =#123456 where 123456 is the code of representation of the color, or =color where color is one of the predefined colors. For a catalog of colors, click here.