A Sample of What your Home Page looks like with EditPad:

This is the code called "HTML'.  Don't be intimidated by it, it really isn't that bad!


<HTML>
<!===================================================>
<! This page was created by WEB Wizard >
<!===================================================>
<! For additional WEB Wizard information you >
<! can stop by our homepage which is located >
<! at: http://www.halcyon.com/webwizard/welcome.html >
<!===================================================>
<HEAD>
<TITLE>My Web Wizard-Created Page</TITLE>
</HEAD>
<BODY>
<CENTER>

<H1>My Web Wizard-Created Page</H1>


<!-- ** Suggestion: If you want less emphasis here you can use H3 instead ** -->
<H2>I made this with the easy freeware software!</H2>

<HR>
</CENTER>

<CENTER>

<!-- ** Note: if you move this file you'll have to move the image file as well. ** -->
<IMG SRC="tuliptree_small.gif" alt="[IMAGE]">
</CENTER>


Does this all look a little cryptic?  Don't despair, it will be OK!

Now, return to the previous page...