Hallo,
Ich möchte meinen Banner mit Hotspots / Maps versehen, doch leider
funktioniert es nicht.
Weiss einer BITTE Rat ? (Ist PHPNuke)
DANKE
Thomas
PHP-Code:
echo "<center>\n";
echo "<table border=\"0\" cellpadding=\"2\" cellspacing=\"0\" width=\"$thewidth\">\n";
echo "<tr><td class=\"boxtitle\">\n";
echo "<map name=\"Map\">\n";
echo "<area shape=\"rect\" coords=\"5,2,126,85\" href=\"http://www.spsg.de/\" target=\"_blank\" alt=\"Schloss Charlottenburg\">\n";
echo "<area shape=\"rect\" coords=\"129,2,250,85\" href=\"http://www.spsg.de/\" target=\"_blank\" alt=\"Schloss Charlottenburg\">\n";
echo "</map>";
echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" align=\"center\"><tr>\n";
echo "<td class=\"blockitem\" width=\"10%\" align=\"center\">";
echo "<a href=\"http://www.test-seite.de\" target=\"_blank\">";
echo "<img src=\"themes/$thename/images/logo.gif\" border=\"0\" usemap=\"Map\"><br></a>";