\r\n"; if(form.Text1.value) txt+=form.Text1.value+"\r\n"; if(form.Fav1URL.value||form.Fav2URL.value||form.Fav3URL.value||form.Fav4URL.value||form.Fav5URL.value||form.Fav6URL.value) { txt+="
Some of my favorite links:
"; } if(form.EMail.value){ txt+="
Questions? Comments? E-Mail me:\r\n"; txt+="
"+form.EMail.value+"
\r\n"; } txt+="

"; form.Text2.value=txt; } function AddText(form, Action){ var AddTxt=""; var txt=""; if(Action==1){ txt=prompt("Text for the level 1 header.","Text"); if(txt!=null) AddTxt="

"+txt+"

\r\n"; } if(Action==2){ txt=prompt("Text for the level 2 header.","Text"); if(txt!=null) AddTxt="

"+txt+"

\r\n"; } if(Action==3){ txt=prompt("Text for the level 3 header.","Text"); if(txt!=null) AddTxt="

"+txt+"

\r\n"; } if(Action==4) { txt=prompt("Text to be made BOLD.","Text"); if(txt!=null) AddTxt=""+txt+""; } if(Action==5) { txt=prompt("Text to be italicized","Text"); if(txt!=null) AddTxt=""+txt+""; } if(Action==6) AddTxt="\r\n

"; if(Action==7) AddTxt="
\r\n"; if(Action==8) AddTxt="


\r\n"; if(Action==9) { txt=prompt("URL for the link.","http://"); if(txt!=null){ AddTxt="
"; txt=prompt("Text to be show for the link","Text"); AddTxt+=txt+"\r\n"; } } if(Action==10) { txt=prompt("URL for graphic","URL"); if(txt!=null) AddTxt="\r\n"; } form.Text1.value+=AddTxt; } function ResetPage(form) { if(confirm("Reset the page?")) { form.Text1.value=""; form.Text2.value=""; form.Name.value=""; form.EMail.value=""; form.Fav1URL.value=""; form.Fav1Title.value=""; form.Fav2URL.value=""; form.Fav2Title.value=""; form.Fav3URL.value=""; form.Fav3Title.value=""; form.Fav4URL.value=""; form.Fav4Title.value=""; form.Fav5URL.value=""; form.Fav5Title.value=""; form.Fav6URL.value=""; form.Fav6Title.value=""; } } // End -->

Instructions:

  1. Fill out the table with stuff you want to appear on your page.
  2. Click on Generate Source.
  3. Make adjustments if you want in the text area.
  4. Click on View to check out your page.
  5. When you get your page perfect, copy it, and click on the E-mail it button at the bottom of this page, then paste the code there
  • The thing to copy should look like giberish to you, theres an example to the right of what it should kind of look like.
    Page Title:
    Your E-Mail Address(*):
    Your favorite sites:(*)
    URL:Title:
    Body(*):


    (*=optional field)


  • <html><HEAD><TITLE>Make your own site</TITLE></HEAD>
    <CENTER><h1><font color=red>Make your own site</font></h1></CENTER><hr>
    <body><font size=4>
    <h1>Hello this is an example</h1>
    <h2>Just an exapmple</h2>

    <p><a href=http://www.made4ufn.cjb.net>Text</a>
    <img src=URL>
    <i>Justin</i><b>BOLD</b><hr>
    <hr>

    <hr>

    <hr><font>Some of my favorite links:<BR><ul>
    <LI><a href=http://javascriptsource.com>The JavaScript Source</a><BR>
    <LI><a href=www.made4fun.cjb.net>Made4fun</a><BR>
    </ul></font></font></body></html>
    Please do not change the subject on this email
    Click Here for an example of what your site would look like
    Hosted by www.Geocities.ws

    1