Download a sample Html file
To demonstrate the extreme ease of embedding a box in your web site, a sample Html file can be downloaded here. (You need to right-click and choose Save As. Otherwise, the html file will be loaded in your browser immediately.)
There is no need to download any other javascript file, css file, or tool to make this work. You will be just downloading one single file. View the Html file in your favourite web browser to see a box loaded with a title and some contents. You can view the source to see the simplicity.
Overview
<html> <head> ... <script type="text/javascript"
src="http://theboxes.paradise.sg/sites/theboxes.paradise.sg/files/Box/3/files/theboxesparadise_3.js">
</script>
<script type="text/javascript"> tbp_3_getHeader(); </script> ... </head> <body> Some text here ... ... <script type="text/javascript"> tbp_3_getStartTitle(); </script> Box's title goes here. <script type="text/javascript"> tbp_3_getMid(); </script>Your content inside the box goes here.
<script type="text/javascript"> tbp_3_getEnd(); </script> Some more text here ... ... </body> </html>


