We are now offering HTML help with the text colors!


HTML Help


I always had trouble with HTML when I was first starting with the webpage stuff but now that I'm familiar with HTML, I can help others. {It's not as hard as it appears!}


Getting Started


The first steps to making a page......
<HTML> <!-- ARCHIVE by FORTUNECITY.ws --> <HEAD> <TITLE>Your Title Here</TITLE> <META NAME="description" CONTENT="contents of this page."> <META NAME="keywords" CONTENT="the keywords are the words people use to search for a particular page."> </HEAD> <BODY BGCOLOR="background color" TEXT="text color" LINK="color of links" VLINK="color of visited link"><script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-47423994-1', 'fortunecity.ws'); ga('send', 'pageview'); </script> <center> <br> <div> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=728&height=90"></script> </div> </center> <!-- To put in a background --> <BODY BGCOLOR="color of background while YOUR background loads" BACKGROUND="name%20of%20background/index.html" TEXT="ect" LINK="ect" VLINK="ect"><script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-47423994-1', 'fortunecity.ws'); ga('send', 'pageview'); </script> <center> <br> <div> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=728&height=90"></script> </div> </center> <BODY><script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-47423994-1', 'fortunecity.ws'); ga('send', 'pageview'); </script> <center> <br> <div> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=728&height=90"></script> </div> </center> your documen </BODY> <!-- ARCHIVE by FORTUNECITY.ws --> </HTML
That is the basic template for a webpage. If anything needs further explaining, please contact me [mail.me] and I will be absolutely happy to help!

THINGS U NEED 2 NO


C

h

e

r

y
l

These are some of the different HTML sizes you can use for your text.
<H1>C</H1> <H2>H</H2> <H3>E</H3> <H4>R</H4> <H5>Y</H5> <H6>L</H6>

Links-
NoN Underlined Links-
<!-- links --> <A HREF="http://www.where to go.com/">link name (i.e.HOME)</A> <!-- Mail Links --> <A HREF="mailto:the address here">link name</A> <br> <xmp><!-- Insert the following HTML below the META tags --> <!-- Non Underlined Links --> <STYLE> <!--A{text-decoration:none}--> </STYLE>

Bullet Lists-
Example of a bullet list would be how we labeled the HTML colors below.
<UL> <LI>list item <LI>list item </UL>

I'll have more up soon! If they'res anything you need help w/ please contact me and if I can't help you, I'll give you an excellent link to someone who will! [mail.me]