You might have some extra formatting left over from experimenting.
Try editing the island again.
Delete everything.
Insert a default code such as:
Code
/* PHP CODE HERE */

/* BODY HERE */
$body = <<<EOF
EOF;
That is what a empty island code should be.
Then try inserting what Rick posted in the code so it looks like:
Code
/* PHP CODE HERE */

/* BODY HERE */
$body = <<<EOF
<a href="https://www.ubbcentral.com">Home</a><br />
<a href="https://www.ubbcentral.com/features.php">Features</a><br />
<a href="https://www.ubbcentral.com/docs.php">Documentation</a><br />
<a href="https://www.ubbcentral.com/purchase.php">Pricing & Order</a><br />
<a href="https://www.ubbcentral.com/members/members.php">Members Area</a><br />
<a href="https://www.ubbcentral.com/support.php">Support Options</a><br />
<a href="https://www.ubbdev.com">UBBDev.com</a><br />
<a href="http://www.ubbskins.com">UBBSkins.com</a>
EOF;


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