Seite 1 von 1

Wo genau kommt der Banner rein?

Verfasst: 09.03.2003 21:06
von Daisy
Hallo Leute,

ich möchte bei dem Template BMan1Blue ein Banner oben links einfügen, wo genau muss ich was hinschreiben? Bitte helft mir mal kurz :(

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}
  {NAV_LINKS}
  <title>{SITENAME} :: {PAGE_TITLE}</title>
  <link rel="stylesheet" href="templates/BMan1Blue/BMan1Blue.css" type="text/css" />

  <style type="text/css">
  <!--
    body { background-color: #6699CC; }
    th { background-image: url(templates/BMan1Blue/images/cellpic3.gif); }
    td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-image: url(templates/BMan1Blue/images/cellpic1.gif); }
    .topictitle,h1,h2 { font-weight: bold; font-size: 11px; color: #336699; }
    a.topictitle:link { text-decoration: none; color: #336699; }
    a.topictitle:visited { text-decoration: none; color: #336699; }
    a.topictitle:hover { text-decoration: none; color: #6699CC; }
    @import url("templates/BMan1Blue/formIE.css");
  -->
  </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>
<body text="#336699">

<a name="top"></a>

<table width="100%" cellspacign="0" cellpadding="0" border="0">
  <tr>
    <td align="right"><img src="templates/BMan1Blue/images/logo_BMan1Blue.gif" border="0" /></td>
  </tr>
</table>
<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
  <tr>
    <td class="bodyline">

      <table width="100%" cellspacing="0" cellpadding="0" border="0">
        <tr>
          <td align="center" width="100%" valign="middle"><table class="menuline" width="100%" cellpadding="2" cellspacing="1" border="0">
            <tr>
              <td class="mainmenu" align="center" width="12.5%" style="cursor:hand" onMouseover="this.style.backgroundColor='#C0E0FF'" onMouseout="this.style.backgroundColor=''" onClick="window.location.href='{U_FAQ}'"><a href="{U_FAQ}" class="mainmenu">FAQ</a></td>
              <td class="mainmenu" align="center" width="12.5%" style="cursor:hand" onMouseover="this.style.backgroundColor='#C0E0FF'" onMouseout="this.style.backgroundColor=''" onClick="window.location.href='{U_SEARCH}'"><a href="{U_SEARCH}" class="mainmenu">Search</a></td>
              <td class="mainmenu" align="center" width="12.5%" style="cursor:hand" onMouseover="this.style.backgroundColor='#C0E0FF'" onMouseout="this.style.backgroundColor=''" onClick="window.location.href='{U_MEMBERLIST}'"><a href="{U_MEMBERLIST}" class="mainmenu">Members</a></td>
              <td class="mainmenu" align="center" width="12.5%" style="cursor:hand" onMouseover="this.style.backgroundColor='#C0E0FF'" onMouseout="this.style.backgroundColor=''" onClick="window.location.href='{U_GROUP_CP}'"><a href="{U_GROUP_CP}" class="mainmenu">Groups</a></td>
              <td class="mainmenu" align="center" width="12.5%" style="cursor:hand" onMouseover="this.style.backgroundColor='#C0E0FF'" onMouseout="this.style.backgroundColor=''" onClick="window.location.href='{U_PROFILE}'"><a href="{U_PROFILE}" class="mainmenu">Profile</a></td>
              <td class="mainmenu" align="center" width="12.5%" style="cursor:hand" onMouseover="this.style.backgroundColor='#C0E0FF'" onMouseout="this.style.backgroundColor=''" onClick="window.location.href='{U_PRIVATEMSGS}'"><a href="{U_PRIVATEMSGS}" class="mainmenu">PM</a></td>
              <!-- BEGIN switch_user_logged_out -->
                <td class="mainmenu" align="center" width="12.5%" style="cursor:hand" onMouseover="this.style.backgroundColor='#C0E0FF'" onMouseout="this.style.backgroundColor=''" onClick="window.location.href='{U_REGISTER}'"><a href="{U_REGISTER}" class="mainmenu">Register</a></td>
              <!-- END switch_user_logged_out -->
              <!-- BEGIN switch_user_logged_in -->
                <td class="mainmenu" align="center" width="12.5%"><span class="mainmenu">Register</span></td>
              <!-- END switch_user_logged_in -->
              <td class="mainmenu" align="center" width="12.5%" style="cursor:hand" onMouseover="this.style.backgroundColor='#C0E0FF'" onMouseout="this.style.backgroundColor=''" onClick="window.location.href='{U_LOGIN_LOGOUT}'"><a href="{U_LOGIN_LOGOUT}" class="mainmenu">
                <!-- BEGIN switch_user_logged_out -->
                   Login</a></td>
                <!-- END switch_user_logged_out -->
                <!-- BEGIN switch_user_logged_in -->
                   Logout</a></td>
                <!-- END switch_user_logged_in -->
            </tr>
          </table></td>
        </tr>
      </table>

<br />

Verfasst: 10.03.2003 17:16
von hibbert
hai,
in zeile 44 bis 46 steht ja

Code: Alles auswählen

<td align="right">
            <p><img src="templates/BMan1Blue/images/logo_BMan1Blue.gif" border="0" /></td> 
  </tr>
ersetz den mal durch

Code: Alles auswählen

<td align="right">
            <p align="left"><img src="templates/BMan1Blue/images/logo_BMan1Blue.gif" border="0" /></td> 
dass sollte funzen :)

mfg hibbert