'); } var i = 0 ; while (i != mystring.length) { a = mystring.substring(i, i+1) ; if (a=="<") { z = i ; while (a != ">") { z ++ a = mystring.substring(z, z+1) ; } a = mystring.substring(i, z+1) ; mywin.document.writeln(a) ; i = z + 1; } else if (a == " "|| a == "" || a == " ") { mywin.document.write(a) ; i++ ; } else { if (b>13) { b = 0 ; } c = myColor[b] ; mywin.document.write(a.fontcolor(c)) ; b++ ; i++ ; } } if (document.myform.isHTML.status==false) { mywin.document.writeln('') ; mywin.document.writeln('
Hosted by www.Geocities.ws

') ; } mywin.document.close() ; }

R A I N B O WT Y P E R W R I T E R
HTML Coding



*

Select the background color of the page; type in your text.
Click okay. �When the new page is generated,
right-click and view the source.
Copy the HTML into your clipboard and
paste it into your page or text editor.

Note: Make sure to tick the "HTML Coding" if
you are including some HTML tags along with your text.



c l o s e

Hosted by www.Geocities.ws

1