[next]

Anime Theme Guides (double-guide version) version 5.1


Terms of Use

  1. ALL copyright notice and comments used in the script MUST BE LEFT INTACT.
  2. You must provide a visible link to Anime Theme (http://www.animetheme.com or http://www.animetheme.com/dhtml/) on ALL pages that use this script.
  3. This script can only be used for personal, non-commercial purpose. If you need execption, contact me for permission.

Updates

Getting Started

Like the SD Anime Theme Guides? You can bring them to your page! Follow the instructions below. If you don't know what Anime Theme Guides is, visit Dynamic HTML Resource Center to see a live example!

First you need to download the following file.

Download "guides.zip"!

Make your donations to Anime Theme! Support us!  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="guides.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.


[next]

Return to Dynamic HTML Resource Center