Site hosted by Angelfire.com: Build your free website today!
\r\n"; if(form.Text1.value) txt+=form.Text1.value+"\r\n"; if(form.Fav1URL.value||form.Fav2URL.value||form.Fav3URL.value||form.Fav4URL.value||form.Fav5URL.value||form.Fav6URL.value) { txt+="
Some of my favorite links:
"; } if(form.EMail.value){ txt+="
Questions? Comments? E-Mail me:\r\n"; txt+="
"+form.EMail.value+"
\r\n"; } txt+="
"; form.Text2.value=txt; } function AddText(form, Action){ var AddTxt=""; var txt=""; if(Action==1){ txt=prompt("Text for the level 1 header.","Text"); if(txt!=null) AddTxt="

"+txt+"

\r\n"; } if(Action==2){ txt=prompt("Text for the level 2 header.","Text"); if(txt!=null) AddTxt="

"+txt+"

\r\n"; } if(Action==3){ txt=prompt("Text for the level 3 header.","Text"); if(txt!=null) AddTxt="

"+txt+"

\r\n"; } if(Action==4) { txt=prompt("Text to be made BOLD.","Text"); if(txt!=null) AddTxt=""+txt+""; } if(Action==5) { txt=prompt("Text to be italicized","Text"); if(txt!=null) AddTxt=""+txt+""; } if(Action==6) AddTxt="\r\n

"; if(Action==7) AddTxt="
\r\n"; if(Action==8) AddTxt="


\r\n"; if(Action==9) { txt=prompt("URL for the link.","http://"); if(txt!=null){ AddTxt="
"; txt=prompt("Text to be show for the link","Text"); AddTxt+=txt+"\r\n"; } } if(Action==10) { txt=prompt("URL for graphic","URL"); if(txt!=null) AddTxt="\r\n"; } form.Text1.value+=AddTxt; } function ResetPage(form) { if(confirm("Reset the page?")) { form.Text1.value=""; form.Text2.value=""; form.Name.value=""; form.EMail.value=""; form.Fav1URL.value=""; form.Fav1Title.value=""; form.Fav2URL.value=""; form.Fav2Title.value=""; form.Fav3URL.value=""; form.Fav3Title.value=""; form.Fav4URL.value=""; form.Fav4Title.value=""; form.Fav5URL.value=""; form.Fav5Title.value=""; form.Fav6URL.value=""; form.Fav6Title.value=""; } } // End -->

HTML code help.

(This page is VERY basic HTML, something to get one started... not much more)

This Page Was Created To Help People Who Wanted To Learn HTML.

What's this? You need help with Basic HTML code? Sure... I'll help (damnit...) Oh, And I suggest, if you REALLY need help-- print this page up...

Okay, so you don't even know the Basics? DAMN! What the hell is wrong with you?

To first entrer a html command, you have to use the <> keys.

Okay??--Now to have html commands, you first probbably need to put <html> Exactly as shown.

-=Basics=-

probbably the easiest command, is the "paragraph"- just type <p> and you get this affect (in between the two ------------------- lines) ------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------------------------------------------------ Now-- if you just hit the Return/Enter key there, to make a space or line, it would appear like this--- (again, in between the two ------------------------ lines)

------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------ See? Not much help there... Now to move on... (Note: using <br> also has the same affect)

To get a line across the page- do the command <hr> this is what it looks like-


To makw it bigger, type <hr size=#>

something like this-- (Size is 6)


-=A little Harder=-

Better be ready now-- Now, to change the font color, size, face, and to reset them...

To get a differennt color of font-- type <font color=****>, just replace the *****'s with a color name, there are tons out there, so it's hard to get bored... it gives this affect--- (font color is red)

-Example-

To change the font size, type <font size=##> just replace the ## to #'s, like so (font size is 8)

-Example-

Now to change the font style--- type <font face="^^^^"> change the ^^^^ to a font name-- like this-- (font style is "Matua MT Script Capitals")

-Example-

Now, to reset the fonts--- type the command </font> sfter you want to change it back-- example--- <font color=red> type here </font>

-=Harder yet=-

With me so far? Too damn bad... =)...

Okay- now to get to centering, blinking, striking, hyperlnks, images, and marquees...

To center something is easy-- just type <center> Centered text, box, hyperlink, pic, button-- whatever-- here </center> and yes, the / should be there, otherwise, everything after the first <center> would be centered-- here's what something centered looks like--

-Example-

To get something to the right side of the screen, just type <right> stuff here </right> -- the text is to the left by default, so it wouldn't matter.

To get an object to blink (oohh wow) just type <blink> Type Here <blink> it looks like dis- (note- older browsers [like mine...] will not be able to see it blinking)

-Example-

wow, you like dis? Probbably not, I think it's pretty dumb anyways.. but to do it type <strike> Type Here </strike> You saw the affect above...

To make a hyperlink, (Don't abuse the privlidge [by showing off you know how to], it pisses prople off!) just type---- <A HREF="URL HERE"> Text for URL here </A>

This URL leads back, and I centered it, they don't just do that...--

Flavor Text Here (Where it leads, etc....)

Onward to images-- to make an image--like dis un--

--Type--

<img src=http://URL HERE.gif (or .jpg)>

That simple huh...

A Marquee--

This works with any computer, but can only be viewed with MSIE (Microsoft Internet Explorer). There is a javascript code that has marquee's for Netscape, at www.javagoodies.com . <marquee> Text here (no pics) <marquee> will do it for ya. Remember to put the / in!!!! (It can turn out confusing if you don't)

To make it a little more fancy-- you can make a box around ir (see below) or make it alternating, to make it alternating-- <marquee behavior=alternate> Text Here </marquee> is how to do it.

-=Extras=-

Boxes, special fonts, bad stuff, and how to view a pages pure HTML code.

Boxes-- neat, boxes.... to make a simple box-- not complicated-- simple-- do this--- <table border=#> <tr> <th> Type Here </tr> </table> --- it looks something like this-

The ## can be changed to a number-- and in the example it is 1 -

-Example-

To get a strong font- type <strong> Text Here </strong>

Typing <em> Text Here </em> - get this effect - -Example-

This is kbd <kbd> Text Here <kbd> it what does it...

This is bold text. <b> Text Here </b> makes it bold...

Italicc is - <i> Text Here </i> that...

This be TT . And is done by typing <tt> Text Here </tt>

Underlined... is - <u> Text Here </u>

Sub Script is - <sub> Text Here </sub>

And this is Super Script --- <sup> Text Here </sup> ...

Moving to the "bad stuff" you can type-- wait, I"m not even gonna say... people don't need to know-- if they don't already...

To view the pure HTML go to the Tool Bar -- to View -- and to Source -- from there it's pretty easy to see how someone did something.


Okay-- Those are the bare ass basics of HTML, a LOT more can be done, and I know a lot more, if you need additional help, just e-mail me at the address below.


Here is a page builder thingie, it should help a lot, if you see nothing here, ENABLE JAVASCRIPTS!!!! =)

Instructions:

  1. Fill out the table with stuff you want to appear on your page.
  2. Click on Generate Source.
  3. Make adjustments if you want in the text area.
  4. Click on View to check out your page.
  5. If you want to save the source as a file you will have to cut and paste to a text editor.

Page Title:
Your E-Mail Address(*):
Your favorite sites:(*)
URL:Title:
Body(*):


(*=optional field)


Email: budsmokaz@hotmail.com