Graphics
Home

Alignment

BG Color/Image

Forms

Graphics

Javascript(Pop-Ups)

Links

Paragraphs

Tables/Frames

Text Boxes

Text Effects

Text Properties

Make a Graphic
To make a graphic, type your opening bracket (<) then IMG SRC=LOCATION where LOCATION is where your graphic is located on the web. Type your closing bracket (>). Example: (IMG SRC=graphic.html)


Put a Border on Your Graphic

To put a border on a graphic, between the IMG and SRC type BORDER=WIDTH where WIDTH is the thickness of the border in pixels. Example: (IMG BORDER=24 SRC=graphic.html). If you wish to exclude a border, type NONE instead of the pixels. Example: (IMG BORDER=NONE SRC=graphic.html)

  Align Your Graphic
To align your graphic, between the IMG and SRC type ALIGN=LOCATION where LOCATION is where you wish the graphic to be: left, center, or right. Example: (IMG ALIGN=LEFT SRC=graphic.html). If you wish to make it center, make sure you type CENTER and not MIDDLE. MIDDLE will not work.

Make Your Graphic A Link
To make your graphic a link, put the html for a graphic (above) inbetween the end bracket (>) of the link code and the ending. Example: (A HREF=location) (IMG SRC=graphic) (/A).

Anything I missed? Tell me here!










Make Your Graphic Your Background

In the body tag at the beginning of your html, type BACKGROUND=graphic.html where graphic.html is the location of the image your want your background to be on the web. Example: (BODY BACKGROUND=graphic.html)