Verlinkung auf der "Kopfgrafik" entfernen und dies
Verfasst: 31.07.2007 21:05
Hallo,
ich habe für mein Forum (http://www.office-forum.net) eine neue Grafik erstellt und diese mit Adobe Image Ready mit entsprechenden Slides erstellt.
Die Grafik konnte ich auch entsprechend hochladen, allerdings nur ohne die Slides, da dort dauerhaft die Verlinkung auf die Forenübersicht hinterlegt ist. Wie kann ich dieses abstellen?
In welcher Datei müsste ich folgenden Code einpflegen bzw. mit welchem Code ersetzen, damit die Slides funktionieren? Image Ready erstellt mir folgenden Code:
Die Frage ist auch, ob dieses überhaupt realisiert werden kann, aber ich denke dass sollte funktionieren - oder?
Besten Dank für Eure Hilfe.
ich habe für mein Forum (http://www.office-forum.net) eine neue Grafik erstellt und diese mit Adobe Image Ready mit entsprechenden Slides erstellt.
Die Grafik konnte ich auch entsprechend hochladen, allerdings nur ohne die Slides, da dort dauerhaft die Verlinkung auf die Forenübersicht hinterlegt ist. Wie kann ich dieses abstellen?
In welcher Datei müsste ich folgenden Code einpflegen bzw. mit welchem Code ersetzen, damit die Slides funktionieren? Image Ready erstellt mir folgenden Code:
Code: Alles auswählen
<html>
<head>
<title>logo_phpBB__Links</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (logo_phpBB__Links.psd) -->
<img src="Bilder/logo_phpBB__Links.gif" width="900" height="176" border="0" alt="" usemap="#logo_phpBB__Links_Map">
<map name="logo_phpBB__Links_Map">
<area shape="rect" alt="" coords="828,126,874,157" href="http://www.office-forum.net/viewforum.php?f=13" target="_self">
<area shape="rect" alt="" coords="768,126,815,157" href="http://www.office-forum.net/viewforum.php?f=12" target="_self">
<area shape="rect" alt="" coords="707,126,750,157" href="http://www.office-forum.net/viewforum.php?f=11" target="_self">
<area shape="rect" alt="" coords="646,126,689,157" href="http://www.office-forum.net/viewforum.php?f=10" target="_self">
<area shape="rect" alt="" coords="583,126,623,157" href="http://www.office-forum.net/viewforum.php?f=22" target="_self">
<area shape="rect" alt="" coords="429,126,532,157" href="http://www.office-forum.net/viewtopic.php?t=8" target="_self">
<area shape="rect" alt="" coords="351,126,394,157" href="http://www.office-forum.net/viewforum.php?f=21" target="_self">
<area shape="rect" alt="" coords="297,126,332,157" href="http://www.office-forum.net/viewforum.php?f=5" target="_self">
<area shape="rect" alt="" coords="241,126,281,156" href="http://www.office-forum.net/viewforum.php?f=4" target="_self">
<area shape="rect" alt="" coords="185,126,226,157" href="http://www.office-forum.net/viewforum.php?f=2" target="_self">
<area shape="rect" alt="" coords="133,126,167,157" href="http://www.office-forum.net/viewforum.php?f=6" target="_self">
<area shape="rect" alt="" coords="72,126,112,157" href="http://www.office-forum.net/viewforum.php?f=23" target="_self">
<area shape="rect" alt="" coords="18,126,55,158" href="http://www.office-forum.net/viewforum.php?f=3" target="_self">
</map>
<!-- End ImageReady Slices -->
</body>
</html>
Besten Dank für Eure Hilfe.