Okay I see someone visited this post and it started to bug me.
The default code that would be in a custom Island is:
Code
/* PHP CODE HERE */

/* BODY HERE */
$body = <<<EOF
EOF;

If you wanted to add some html only it would be something like:
Code
/* PHP CODE HERE */

/* BODY HERE */
$body = <<<EOF
<a href="http://www.mindraven.com/hosting/aff.php?aff=002"><img src="http://www.mindraven.com/banners/mindraven_125_125.gif" width="200" height="125" border="5"></a>
EOF;

I don't have a clue how the the other stuff got included from other posts here such as /* or */ but that just don't work.


Blue Man Group
There is no such thing as stupid questions. Just stupid answers