| MY HTML HELP PAGE CREATED BY: [email protected] 4 BLACK PLANET USERS |
| Basic stuff First off, you will post all of this info into your personal message box on BP!!!! Second, these are called tags: < > This is an open tag: < > and this is a close tag: </ >. Tags make up the entire structure of HTML. You use them to open and close orders, and orders tell things what to do. EXAMPLE of open/close tags. The <B> tag is saying to start BOLD text, and the</B> tag is saying to stop bold text. I <B> walked</B>to the door. Will give u this: I walked to the door. I <B>walked<B> to the door , or I <B>walked to the door will not. Because there is no close tag. |
| What is HTML? It stands 4 Hyper Text Markup Language. Its just a fancy format of words that any computer can access. |
| Here are common basic codes 4 you 2 use. You can copy and paste, 2 reduce typing. Where you see TEXT HERE , COLOR, #, or " " , you will be replacing your words or text there. You replace inside these" ". |
| FONT CODE: changes the color and size of your text. <font size=# color=COLOR>TEXT HERE</font> SIZE = A NUMBER LIKE 1, 2 , 3, ETC. *** A good place 2 get color codes is: Hex Codes *** *** You can also change the font face or type. All you do is enter: face= inside the same tag as above. **Some fonts accepted are: *Times New Roman *Comic Sans MS *ENGRAVERS *BASICALLY MOST OF THE FONTS YOU CAN FIND ON MICROSOFT WORD, ETC. |
|
| When you open tags, you also have to close them in a certain order. Lets say you want to bold, underline and change the font size of a word, this is how you need to close the tag. The word will be: Hey!! ***underline= <U> ***bold= <B> EX: <font size=5><B><U>Hey!!</U></B></font> ***An easy way 2 remember the order of close tags is THE FIRST SHALL BE LAST AND THE LAST SHALL BE FIRST. |
| UNDERLINE: <U> text </U> BOLD: <B>text</B> Italics: <I>text</I> To center text: <CENTER>text</CENTER> |
| Other codes *** You can change things within the codes such as the bgcolor (background color) and font sizes and pixels (px) which change the height and width of things. * Don't forget to change these ###### to a color. |
| GLOWING TEXT CODE: <span style="width: 500; height: 50; font-size: 21px; font-family: Arial Black; color:######; Filter: Glow(color=######, strength=20)">TEXT HERE</span> |
| ADD IMAGE CODE: <IMG SRC="http://PAGE URL HERE"> ***MAKE SURE IMAGES ARE FORMATTED AS .JPG OR .GIF. |
| MARQUEE TEXT AND IMAGES: <marquee behavior=SCROLL direction=UP SCROLLDELAY=120><CENTER>text or image here</CENTER></marquee> |
| COVER BANNER CODE: <DIV id=LAYER5 style="Z-INDEX: 1; LEFT: 0px; WIDTH: 1200px; POSITION: absolute; TOP: 0px; HEIGHT: 60px; background-color: ######;"></DIV> |
| BACKGROUND IMAGE CODE: <style>body{background: black url(http://PAGE OR IMAGE URL HERE) fixed}--></style> |
| BACKGROUND MUSIC CODE: <BGSOUND SRC="http://PAGE URL HERE" LOOP=infinite> |
| ADDING LINKS PAGE: <a href="PAGE URL HERE"><font color=######>TEXT OR IMAGE HERE</font></a> Example: <a href="http://members.blackplanet.com/4now_and_later/"> <font color=BLUE>A TIGHT PAGE</font></a> Will give you: A TIGHT PAGE and you will be able 2 click on it. |
| COMMON PROBLEMS 1.You are typing the code in wrong. **like using : instead of ;, or leaving no spaces when there should be and vice versa. 2.Spelling something wrong. *** like SCR when it should be SRC. 3. Forgetting to use a closing tag, </> . 4. Forgetting " " or http when using images or links. 5.When in doubt go back to prob's 1-4!!!! |
| Contact me: [email protected] OR [email protected] |
| Falling Images and any other codes you need, just send me a note and tell me what type of image you want or code you want. |
| ***** When leaving this page there will be a brief pause. Don't worry its normal. It will seem like your computer froze but it didn't.***** |