| Home News Cats (info, graphics and much more) Contact Us Interact (message boards, email and more) Links (by category) Awards (win my award, view my awards) Spirit/Wicca (religion -mostly Wicca- and spirituality) Directory (quotes,graphics, HTML help and more!) |
| c 2001 Dusk Ward All Rights Reserved. No portion of this site may be redistributed or copied without the author's consent. All pictures used on this site were created by us, or appropriate credit is given if necessary. oocities.com/duskward | lynxowl@duskward.zzn.com | Get your free e-mail at duskward.zzn.com |
| O |
| Hey! Welcome to HTML Help! You can learn all about HTML here! For more advanced java scripts and such, please visit the links page. |
| FONTS COLOR To change the font color, simply enter the following: <FONT color=black> or <FONT color=#000000> Both of these will provide the same results; You may replace "Black" or "#000000" with other variables, for a color table, click here. FONT TYPE To change the font type, use the following code: <FONT face="Arial"> You may replace "Arial" with any other font. If you'd like to use a font but you aren't sure if everyone has it, you may write it first and then present a more common font as an alternative such as <FONT face="Comic Sans MS, Helvetica"> Simply separate the font names by commas, you may include as many fonts as you like. SIZE To change the font size, use this: <FONT size="1"> Instead of "1," you can use any number from 1 to 7. If you want to make the font even bigger, add the tag <big> as many times as you need. |
| LINKS CREATING A LINK To create a link like this, use this code: <A HREF="http://www.oocities.org/duskward/htmlhelp.html">this</A> Replace the "http://www.oocities.org/duskward/htmlhelp.html" with the link you want to link to and the "this" with the text you would like to appear as. CREATING AN IMAGE LINK If you would like to link an image to something, just use this code: <A HREF="http://www.yourdomain.com"><IMG SRC="http://www.yourdomain.com/picture.jpg"></A> Replace the "http://www.yourdomain.com" with the URL you would like to link to. Replace the "http://www.yourdomain.com/picture.jpg"> with the URL of the picture you would like to show as the link. CREATING A LINK WITHIN A PAGE If you'd like to link to a particular place on a page, for instance let's say I wanted to link to the place entitled "Links," I would write the code <A NAME="links">(replace "links" with any name you want to give a particular place on your page). Then, to link to that place, write the code <A HREF="http://www.yourdomain.com/page#links"> Replace "http://www.yourdomain.com/page" with the page you are linking to and the ":links" with the name you have given the section you are linking to. |
| A lot more is being added on August 18, 2001! |