|
|
|
|
How do I put an IMAGE on my page? |
|
|
|
|
|
Okay folks, here we go! |
|
|
The basic image tag, now I will use
this image as an example. |
|
|
Cool huh? |
|
|
|
|
|
|
|
|
Now, this gif is named
"clhlpr.gif" To place it on my page I did
this... |
|
|
(p align="center") (img
src="clhlpr.gif") (/p) that put it in the
middle of the page for you to see. |
|
|
Of course you will use <> these
instead of ( ) this. |
|
|
|
|
|
Do I want it on the left? |
|
|
|
|
|
Then I do this, (p
align="left")(img
src="clhlpr.gif")(/p) |
|
|
|
|
|
Or maybe I want it on the right side
of my page. |
|
|
|
|
|
That wasn't so hard was it? I did
that by doing this- |
|
|
(p align="right")(img
src="clhlpr.gif")(/p) |
|
|
|
|
|
I want to LINK to this image so I
can send people to another page of mine! Simple! Here we
go! |
|
|
|
|
|
If you click on my buddy he will
take you to the opening page! Then click on the link to
come back! Here is the code I used! |
|
|
(p align="center")(a
href="help.html")(img
src="clhlpr.gif" border="0")(/a)(/p) |
|