Thanks for visiting the Sunlit-Earth Network (sunlit-earth.net) site and downloading stuff.  So anywho, here is a quick guide for those you aren't too handy at coding.


___________CHANGING HTML FILE NAME__________________
On the index file, I have named all the links [1.html; 2.html; 3.html; and 4.html]. Some people prefer [clear.html; site.html; network.html; exits.html] feel free to change the file names. Just open the index.html file with notepad, go to edit->find and search for '1.html' change the file name and repeat for the other files. CAREFUL! if you are a beginner, you may not want to edit these files.

________COMMENT TAGS_________________________

I added comment tags to what you need to edit
<!-----blah blah-----> that's what the comment tags look like. If you use a script that needs to be in the [head] section, then feel free to edit above the comment tag.

_________NEW SECTIONS_______________________________

Be sure to add <p> with each new paragraph so the text effect will work. 


___________FONT_______________________________________

I have the font set to black. If you are using IE there will be a light green shaddow around it making the text more visible. If you want to change the font color or type, open [sotc1.css] and change this part:

p 
{color:#000000;
font-family: verdana,georia; 


____________SITE TITLE___________________________

open the index file with notepad. Near the top you will see [YOUR SITE NAME HERE]. yah, just delete that and add your name.


__________________RETURN CODE_____________________

to add a back script to take your visitor to the page they came from add this code:

<p><a href="javascript: history.go(-1)">back</a></p>

you can change the back to whatever [rewind, return, etc]



Anymore issue: http://contact.akinoiro.net