YOU CAN GO TO THIS WEB SITE FOR HTML TUTORIALS: http://www.pageresource.com/html/index.html --------------------------------------------- THIS IS A LIST OF COMMON HTML CODES THAT ARE USEFUL. :) --------------------------------------------- --------------------------------------------- makes the text bold. To end the bold, you must put after the text. --------------------------------------------- makes the text italic To end the italic, you must put after the text. ---------------------------------------------

starts a new paragraph. To end the paragraph, you must put

after the paragraph. ---------------------------------------------
starts a new line (without a paragraph break in-between the lines) ---------------------------------------------
centers the line, the paragraphy or the picture file. Whatever comes after that will be centered. ---------------------------------------------

Those codes will align the paragraph at center, or left, or right. --------------------------------------------- To indent a paragraph, put this command before it.

To end the indent, use this code:
--------------------------------------------- To add music to an HTML file, use the following code: --------------------------------------------- To make your graphics "clickable", use the following code: --------------------------------------------- Attributes for BORDERCOLOR = color expression BORDERCOLORDARK = color expression BORDERCOLORLIGHT = color expression --------------------------------------------- border color: put this after the border command: BORDERCOLOR=#008080 --------------------------------------------- To link to another page use the following code: Page Location Description --------------------------------------------- To change the font itself: NOTE: only use common fonts that people normally have or it will default to times new roman on their computer... Common fonts include: arial, arial narrow, monotype corsiva, c omic sans ms, verdana, etc... --------------------------------------------- Center text in your description:
text goes here
--------------------------------------------- Create blinking text: text goes here ---------------------------------------------
forces a break to a new line ---------------------------------------------

makes a new paragraph --------------------------------------------- your text here Creates the largest headline

your text here
Creates the smallest headline --------------------------------------------- To add an image to your auction or web page, use the following code: --------------------------------------------- To center the image, use the following code:
--------------------------------------------- To change the size of your font, use the code below: YOUR TEXT HERE (Change the X to a number between 1 and 7, with 7 being the largest.) --------------------------------------------- To change the color of your font use the code below: YOUR TEXT HERE (You need to replace #000000 with the number of the color you want. Download a color picker to help you get that code. An html color picker here: http://www.hypersolutions.org/pages/colorSel.html --------------------------------------------- To create a basic email link, use the following code: Click Here to Send Me An Email! --------------------------------------------- Border around a picture The border can be any number, but most people use less than 5. --------------------------------------------- To add a background using an image try this:
Place ALL of item description here...
--------------------------------------------- For a Solid color background:
--------------------------------------------- Your Description Goes Here And this at the end:
--------------------------------------------- To center a picture that is used for e-mail:
--------------------------------------------- F or a scrolling marquee MARQUEE --------------------------------------------- For a picture marquee ---------------------------------------------