Auf meiner HP (www.curryworld.de) Habe ich oben den banner entfernt, jetzt möchte ich ganz oben einen Flash banner einfügen, jedoch weis ich nicht wie das geht, kann mir jemand helfen ??
Danke für eure Hilfe
Hier ist der Quellcode aus dem Overhead_Header.pl :
Code: Alles auswählen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
{META}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/fiblack/{T_HEAD_STYLESHEET}" type="text/css" />
<style type="text/css">
<!--
td.cat,td.cathead,td.catsides,td.catleft,td.catright,td.catbottom { background-image: url(templates/fiblack/images/{T_TH_CLASS1}) }
th { background-image: url(templates/fiblack/images/{T_TH_CLASS2}) }
td.rowpic { background-image: url(templates/fiblack/images/{T_TH_CLASS3}); background-repeat: repeat-y }
-->
</style>
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<center><body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<a name="top"></a>
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center" valign="top">
<table width="100%" cellspacing="0" cellpadding="0" border="0" background="templates/fiblack/images/cellpic_bkg.jpg">
<tr>
<td
</a></td>
<td align="center" width="100%"><span class="maintitle">{SITENAME}</span><br />
{SITE_DESCRIPTION}<br />
<table cellspacing="0" cellpadding="2" border="0">
<tr>
<td align="center" nowrap class="genmed" valign="top"> <a href="http://web298.berlin240.server4free.de/album.php"><img src="templates/fiblack/images/icon_mini_faq.gif" width="13" height="13" border="0" alt="Album" title="Album" hspace="3" align="top" />Album</a>
<a href="{U_SEARCH}"><img src="templates/fiblack/images/icon_mini_search.gif" width="13" height="13" border="0" alt="{L_SEARCH}" title="{L_SEARCH}" hspace="3" align="top" />{L_SEARCH}</a>
<a href="{U_MEMBERLIST}"><img src="templates/fiblack/images/icon_mini_members.gif" width="13" height="13" border="0" alt="{L_MEMBERLIST}" title="{L_MEMBERLIST}" hspace="3" align="top" />{L_MEMBERLIST}</a>
<a href="{U_GROUP_CP}"><img src="templates/fiblack/images/icon_mini_groups.gif" width="13" height="13" border="0" alt="{L_USERGROUPS}" title="{L_USERGROUPS}" hspace="3" align="top" />{L_USERGROUPS}</a>
<a href="{U_STATISTICS}" class="mainmenu"><img src="templates/fiblack/images/icon_mini_stats.gif" width="12" height="13" border="0" alt="Statistics" hspace="3" />{L_STATISTICS}</a>
<!-- BEGIN switch_user_logged_out -->
<a href="{U_REGISTER}"><img src="templates/fiblack/images/icon_mini_register.gif" width="13" height="13" border="0" alt="{L_REGISTER}" title="{L_REGISTER}" hspace="3" align="top" />{L_REGISTER}</a>
<!-- END switch_user_logged_out -->
</td>
</tr>
<tr>
<td height="25" align="center" nowrap class="genmed" valign="top"> <a href="{U_PROFILE}"><img src="templates/fiblack/images/icon_mini_profile.gif" width="13" height="13" border="0" alt="{L_PROFILE}" title="{L_PROFILE}" hspace="3" align="top" />{L_PROFILE}</a>
<a href="{U_PRIVATEMSGS}"><img src="templates/fiblack/images/icon_mini_message.gif" width="13" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" title="{PRIVATE_MESSAGE_INFO}" hspace="3" align="top" />{PRIVATE_MESSAGE_INFO}</a> <!--#--><!--install--><!--#--><!--#--><!--install--><!--#--><!--#--><!--install--><!--#--><!--#--><!--install--><!--#--><!--#--><!--install--><!--#--><!--#--><!--install--><!--#--><!--#--><!--install--><!--#-->
<a href="{U_LOGIN_LOGOUT}"><img src="templates/fiblack/images/icon_mini_login.gif" width="13" height="13" border="0" alt="{L_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" hspace="3" align="top" />{L_LOGIN_LOGOUT}</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td align="center">
</center>
Thx im Voraus an alle die mir helfen, oder es zumind. versuchen

TheNameless