Site hosted by Angelfire.com: Build your free website today!
MY HTML HELP FOR
BEGINNERS

Now this is what I like to see, you are advancing well to be this far! keep up the good work! and dont over do the pictures....

Graphics

Inserting images is prety plain untill you decide to alter the image size and tings alike.

The tag for inserting a picture is:
<IMG SRC="PIC.GIF">

This in itself is prety easy, but there are many attachments to this line of code, such as:
BORDER:
<IMG SRC="PIC.GIF" BORDER=0>
(This takes away the border indicating a link with buttons {see Next} )

SIZE:
<IMG SRC="PIC.GIF" WIDTH=100 HEIGHT=30>
(You remember the title pic from the main page?, here's what i did to it)

And finally 'ALIGN':
<IMG SRC="PIC.GIF" ALIGN="TOP">
(example)Text here is aligned 'TOP'.

<IMG SRC="PIC.GIF" ALIGN="BOTTOM">
(example)Text here is aligned 'BOTTOM'.

Other commands are: TOP, CENTER, BOTTOM, RIGHT and LEFT.


MAIN INDEX