This is an example of what all of your subpages should have. In the header there are two text/css java scripts that must be in the head of all your pages for them to look right.

Page Transparency Script
<style type="text/css"> body {background-color: transparent} </style>

I already put the transparency command in the style sheet, but without this in the header the pages will have white backgrounds and you won't be able to see the layout.

Cheat Style Sheet
<LINK href="style.css" rel="stylesheet" type="text/css">

You should thank me for this one, lol. I gave you a cheat sheet so that all you have to do is copy the above code on every subpage, and that way you won't have to copy the whole style sheet onto every page. So make sure that you copy this onto every page as well so that they are all uniform and organized. That will bring up the value of your site. And will make it look very oganized and professional. Also without this the pages won't be see through and again that backgrounds will turn white in the iframes. Then you won't be able to read the text, I know a lot of stuff can occur, lol. Just avoid all the confusion and make sure that you put these codes in every subpage.

Title Code
<title>YOUR TITLE HERE</title>

Now this one's not as important but it's good to have incase someone's searching on a search engine for whatever. So say you have dolls on your site, and one of the pages is for unique dolls. You would title the page, replacing where it says YOUR TITLE HERE, Unique Dolls, or something like that. Something nice and simple without astrics (things like slashes, dashes and/or squiggles), just keep it simple so that more people can find your site, this way you'll have a better chance of gaining in popularity without really doing anything.

Essentials of Every HTML Page
<html> <!-- ARCHIVE by FORTUNECITY.ws --> <head> </head> <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> </body> <!-- ARCHIVE by FORTUNECITY.ws --> <center> <div> <br> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=300&height=250&cache=0"></script> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=300&height=250"></script> </div> <br> <br> </center> </html> </body> <!-- ARCHIVE by FORTUNECITY.ws --> <center> <div> <br> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=300&height=250&cache=0"></script> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=300&height=250"></script> </div> <br> <br> </center> </html>
These have to be on every page. If not your page might still work but on various browsers like Firefox, or Opera, it might not work like it does on your computer when you view the page. So less people will come to your site; so make sure you have these. All the codes I gave you before this one, go inbetween <!-- ARCHIVE by FORTUNECITY.ws --> <head> and </head>. And all of your other things belong between the <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> and </body>.

If you're putting in new things later on when you've learned more and you're putting in javascripts, they all belong in the head. So if you're reading directions and they tell you to paste the code provided into the head of your page, then that's where you put it, between the two head tags.

Okay, hopefully that wasn't too confusing for those of you who are new to HTML and Javascript. If you have questions ask them on my site under the Interaction submenu on the left menu. There you can ask or e-mail me at [email protected]

Good luck with your site!