Silly Girl's Helper Page


































HTML colors I have discovered using the
<font color=name> </font>

format:

White Silver Gray
Blue Navy Grape Aqua
Green Teal Peach Cream Lime
Yellow Tan Orange Gold Brown Bronze
Maroon Sienna Pink Violet Magenta Red Purple
...No one ever said they were all "true" though :•)...

OR


You can view this RGB Hex Triplet Color Chart for many more
options if you want to use the
<font color="#code#"> </font>

format.


































WARNING: If you use the 1st format instead of the Hex number, the colors vary depending on the browser!
How to create a LINK to another page:
<A HREF="http://Page_address">Page Name</A>

So what did all that mean?
'A HREF' is how HTML recognizes that you want to link to another place
'http://...' is the actual address where the page you are trying to link to can be found
'Page Name' is the text that will be displayed to take someone to your link
'</A>' closes the link

example:
<A HREF="/Colosseum/Field/5507/helpers.html">Silly Girl's Helper Page</A>

would be displayed as Silly Girl's Helper Page and would bring you to this page.




How to put an image on your page & use it as a link:
<A HREF="http://Page_address">
<IMG SRC="llinks.gif" HEIGHT=30 WIDTH=30 BORDER=3>

< /A>

So what did all that mean?
'IMG SRC' is how HTML recognizes that you want to put an image on your page
'"llinks.gif"' is the name of the image that you want displayed. Make sure the image is on your server.
(optional)'HEIGHT=' can be used if you want to alter the height of the image
(optional)'WIDTH=' can be used if you want to alter the length or width of the image
(optional)'BORDER=' is used to determine the width of the border around the image link. Starting from 0 (for no border) on up, the higher the #, the thicker the border

examples:
<A HREF="/Colosseum/Field/5507/helpers.html">< IMG SRC="llinks.gif" HEIGHT=30 WIDTH=30 BORDER=3></A>
would be displayed as and would bring you to this page.

<A HREF="/Colosseum/Field/5507/helpers.html"><IMG SRC="llinks.gif" HEIGHT=40 BORDER=0></A>
would be displayed as and would bring you to this page.

<A HREF="/Colosseum/Field/5507/helpers.html"><IMG SRC="llinks.gif"></A>
would be displayed as and would bring you to this page.


The following links will take you to the home pages of the sites that
helped me the most in creating my own home page.


The Icon Depot
Barry's Clip Art Server
RGB Hex Triplet Color Chart
Mississippi State's Graphic Element Samples

A BIG thank you to them all!!!!!!


Back to Silly Girl's Homepage


© 1996 Email me at: silly_1_2_3_4@yahoo.com



This home page is hosted by GeoCities Get your own Free Home Page