If it is just a simple BLOCK you need - try this:
Create an empty file and fill with this:
Code: ›
<?php
if (eregi("block-image.php", $_SERVER['PHP_SELF'])) {
Header("Location: index.php");
die();
}
$content .= "<center><a href=\"path/to/the/page.html\"><img src=\"path/to/your/image.jpg\" border=\"0\"></a></center>";
?>
Save as 'block-image.php' and upload to your BLOCKS directory.
Goto yoursite.com/admin.php - click on BLOCKS
Find 'Image' in the dropdown, press SUBMIT.
_________________
"The only difference between me and a madman is that I'm not mad."