Like the Anime Theme Online Desktop? You can bring it to your page! Follow the instructions below. If you don't know what Online Desktop is, click HERE to see a live example!
Please note that this version of Online Desktop works on IE5+ and Mozilla-based browsers (eg. Firefox) ONLY. For Netscape 4 version, please click here.
First you need to download the following file.
Support Anime Theme to provide MORE scripts! Thanks!
Open "desktop.html" with a Notepad or any other text editor. It should have the following layout.
<HTML>
<HEAD>
<!-- Core JavaScript codes resides here -->
<script language="JavaScript">
// options area
<!-- Your options go here -->
// end of options area
//-->
</script>
</HEAD>
<BODY>
<DIV id=Lmain ......>
<!-- Your custom HTML codes go here -->
</DIV>
<!-- Core HTML codes reside here -->
</BODY>
</HTML>
Areas in RED are where your customizations go. You need NOT (and should NOT) change other parts of the page unless you really know what you are doing (and make sure that your changes comply with the rules stated above). You may customize the TITLE, BODY and some other tags with CSS and standard HTML though.
Return to Dynamic HTML Resource Center