WTV-ZONE PAGE EDITOR GUIDE
(Primer)
The first thing you will see when you go to your Zone File Manager and click on "New File" (up top) is a pop up box to name the file (page). Name it whatever you like the page to be called in your url and add ".html" after the title. For example....for The Caverns page on The Rokpile, I used the file name: rokcaverns.html. Therefore, the url to that page looks like this:
http://wtv-zone.com/rokpile/rokcaverns.html
After you click on the continue button on on the pop up you will be taken to a page with the file editor on it. It will be a large plain box, and you will see the following in it:
--------------------------------------------------------------------------
<*HTML>
------------------------------------------------------------------------
This is where you will put in your codes for the page. The first line with
you just leave alone. That is some "computereze protocol". Next you see <*HTML> That is just your customary *html* tag that must begin your document. The next tag is .This is your "Heading" tag...and is used much as the "Add Item Heading" in Pagbuilder would be. Next comes <*TITLE> Right after that tag you put in the title you want to show in the status bar...the "official title" of the page. You can make it as long as you like, and put in meta descriptons, and so forth, but only the first few words will actually show in the status bar. This title is "closed" or ended by , followed by the "closing" or ending tag
***Now here is how you might fill it in:***
<*HTML>
<*TITLE>[enter page title]
<*/HEAD><*BODY BGCOLOR="#color" TEXT="#color"(the color you want your main text to be) LINK="#color" (the color you want the "links" to show on your page) VLINK="#color" (the color you want the "visited link" to turn after clicking) ALINK="#color">
NOTE: YOU NEED TO USE THE CARET OR BRACKET SYMBOL FOR ALL TAGS...NOT PARENTHESIS! Also...do not insert the * (asterik) in the tags....they are placed there for this tutorial so you can see the tags only.
At this point your begin your codes..use center tags and font sizes or banners or whatever you wish for your title on the page, and continue with your document. Remember, you will need to use
for "next line" breaks...and for paragraph or "two line" breaks. You cannot simply use the "return" button and have the space show. Also.... remember to have your carets touching or meeting >< and have the coding "wrap" around in a continuous line or string, just as you would in a WebTV signature box.
When you have all you want on the page ready, you finish by closing any "center" or "font" or "table" tags you need to then: