Like the Anime Theme Ladies on the index page? You can do similar things on your page! Follow the instructions below. If you don't know what Anime Theme Guides is, go to Active Theme Index to see a live example!
First you need to download the following file.
Support Anime Theme to provide MORE scripts! Thanks!
Open your HTML document with a Notepad or any other text editor and add the codes as shown below.
<HTML>
<HEAD>
<script language="JavaScript">
<!--
// options area
//-->
</script>
<script language="JavaScript" src="path_control.js"></script>
<script language="JavaScript" src="guides2.js"></script>
<script language="JavaScript" FOR="Seq" EVENT="oninit">
<!--
if (ie4) {
Seq.item("RunPath").At(0, "runPath2", -1, 0.1, 1, 0.1)
Seq.item("RunPath").Play()
}
//-->
</script>
</HEAD>
<BODY>
<!-- content of "guides.txt" here -->
</BODY>
</HTML>
Texts in red are all you need to add. Note that you need to paste the content of "guides.txt" inside the BODY of the document. Open "guides.txt" with Notepad, copy the whole content and paste it somewhere inside the BODY of the document.
Return to Dynamic HTML Resource Center