Overal_Header ändern

Alles zu Styles, Templates, Icons und Smilies für phpBB 2.0, sowie allgemeine Designfragen zur Integration von phpBB in bestehende Websites.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
Mr.Credo
Mitglied
Beiträge: 3
Registriert: 13.03.2007 20:31

Overal_Header ändern

Beitrag von Mr.Credo »

Hallo zusammen, habe folgendes Problemchen.
Habe einwenig am Logo rumgemacht, also wollte es verändern, hat soweit auch funktioniert, aber da stimmt doch etwas nicht und ich finde den Fehler auch nicht. Hatte vielleicht schon jemand damit zu tun gehabt?

hier der Code:

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/BBLite/{T_HEAD_STYLESHEET}" type="text/css">
<!-- 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 bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>

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

<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
	<TR>
		<TD>
			<IMG SRC="templates/BBLite/images/BBLite-hd_01.gif" WIDTH=36 HEIGHT=218 ALT=""></TD>
		<TD background="templates/BBLite/images/BBLite-hd_main.gif" WIDTH=664 HEIGHT=218 ALT="">
		<TABLE WIDTH=664 BORDER=0 CELLPADDING=0 CELLSPACING=0>
	<TR>
		<TD ROWSPAN=4>
			<IMG SRC="templates/BBLite/images/BBLite-main_01.gif" WIDTH=24 HEIGHT=218 ALT=""></TD>
		<TD>
			<IMG SRC="templates/BBLite/images/BBLite-main_logo.gif" WIDTH=0 HEIGHT=0 ALT=""><p align="center"><a href="http://www.russenclan-bentheim.de"><img src="templates/BBLite/images/logotip.jpg"></a></p></TD>
		<TD ROWSPAN=2>
		      <IMG SRC="templates/BBLite/images/BBLite-main_03.gif" WIDTH=98 HEIGHT=177 ALT=""></TD>
	</TR>
	<TR>
	<TD>
		<IMG SRC="templates/BBLite/images/BBLite-main_04.gif" WIDTH=218 HEIGHT=0 ALT=""></TD>	
	</TR>
	<TR>
		<TD COLSPAN=2 BACKGROUND="templates/BBLite/images/BBLite-main_links.gif" WIDTH=660 HEIGHT=34 ALT=""><a href="{U_FAQ}" class="mainmenu"><img src="templates/BBLite/images/icon_mini_faq.gif"  border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span><span class="mainmenu">&nbsp;<a href="{U_SEARCH}" class="mainmenu"><img src="templates/BBLite/images/icon_mini_search.gif"  border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>&nbsp;<a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/BBLite/images/icon_mini_members.gif"  border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a>&nbsp;<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/BBLite/images/icon_mini_groups.gif"  border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a> 
						<!-- BEGIN switch_user_logged_out -->
						&nbsp;<a href="{U_REGISTER}" class="mainmenu"><img src="templates/BBLite/images/icon_mini_register.gif"  border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a>
						<!-- END switch_user_logged_out -->
						&nbsp;<a href="{U_PROFILE}" class="mainmenu"><img src="templates/BBLite/images/icon_mini_profile.gif"  border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>&nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/BBLite/images/icon_mini_message.gif"  border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />P.M.</a>&nbsp;<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/BBLite/images/icon_mini_login.gif"  border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>
		</TD>
	</TR>
	<TR>
		<TD COLSPAN=2>
			<IMG SRC="templates/BBLite/images/BBLite-main_06.gif" WIDTH=640 HEIGHT=7 ALT=""></TD>
	</TR>
</TABLE>
		</TD>
		<TD background="templates/BBLite/images/BBLite-hd_full.gif" WIDTH=100% HEIGHT=218 ALT=""></TD>
		<TD>
			<IMG SRC="templates/BBLite/images/BBLite-hd_04.gif" WIDTH=69 HEIGHT=218 ALT=""></TD>
	</TR>
</TABLE>
<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
	<TR>
		<TD WIDTH="45" valign=top HEIGHT="100%" background="templates/BBLite/images/lt.gif">
		<IMG SRC="templates/BBLite/images/spacer.gif" WIDTH=45 HEIGHT=1></td>
	<TD WIDTH=100% bgcolor=#f1f1f1 valign=top>
Wie es aussieht könnt ihr hier sehen: http://www.russenclan-bentheim.de/forum/index.php
Benutzeravatar
silaz
Mitglied
Beiträge: 39
Registriert: 04.03.2004 15:21
Wohnort: Dortmund

Beitrag von silaz »

Hi,
du hast die Header Tabellen Doppelt drin so wie es aussieht, und feste werte.

würde den einfach nochmal auseinander nehmen und neu zusammensetzten.
Gruss Silaz
www.DiSEGiO.de <= Styles & More...
Mr.Credo
Mitglied
Beiträge: 3
Registriert: 13.03.2007 20:31

Beitrag von Mr.Credo »

silaz hat geschrieben:Hi,

würde den einfach nochmal auseinander nehmen und neu zusammensetzten.
Na ja, wenn ich wüsste wie man es macht würde ich es ja tun...
Benutzeravatar
silaz
Mitglied
Beiträge: 39
Registriert: 04.03.2004 15:21
Wohnort: Dortmund

Beitrag von silaz »

Mhh okey ;)

dann versuchs mal hiermir

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/BBLite/{T_HEAD_STYLESHEET}" type="text/css">
<!-- 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 bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>

<a name="top"></a>
  
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="36" height="218" background="templates/BBLite/images/BBLite-hd_01.gif"><img src="templates/BBLite/images/BBLite-hd_01.gif" width=36 height=218 alt=""></td>
    <td width="24" height="218" background="templates/BBLite/images/BBLite-main_01.gif"></td>
    <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="177" background="templates/BBLite/images/BBLite-main_03.gif"><p align="center"><a href="http://www.russenclan-bentheim.de"><img SRC="templates/BBLite/images/logotip.jpg"></a></p></td>
      </tr>
      <tr>
        <td height="34" background="templates/BBLite/images/BBLite-main_links.gif">
          <div align="center"><a href="{U_SEARCH}" class="mainmenu"><img SRC="templates/BBLite/images/icon_mini_search.gif"  border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>&nbsp;<a href="{U_MEMBERLIST}" class="mainmenu"><img SRC="templates/BBLite/images/icon_mini_members.gif"  border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a>&nbsp;<a href="{U_GROUP_CP}" class="mainmenu"><img SRC="templates/BBLite/images/icon_mini_groups.gif"  border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>
            <!-- BEGIN switch_user_logged_out -->
            &nbsp;<a href="{U_REGISTER}" class="mainmenu"><img SRC="templates/BBLite/images/icon_mini_register.gif"  border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a>
            <!-- END switch_user_logged_out -->
            &nbsp;<a href="{U_PROFILE}" class="mainmenu"><img SRC="templates/BBLite/images/icon_mini_profile.gif"  border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>&nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu"><img SRC="templates/BBLite/images/icon_mini_message.gif"  border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />P.M.</a>&nbsp;<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img SRC="templates/BBLite/images/icon_mini_login.gif"  border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a> </div></td>
      </tr>
      <tr>
        <td height="7" background="templates/BBLite/images/BBLite-main_06.gif"></td>
      </tr>
    </table></td>
    <td width="6%" height="218" background="templates/BBLite/images/BBLite-hd_04.gif">&nbsp;</td>
  </tr>
</table></td>
  </tr>
</table><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
   <TR>
      <TD WIDTH="45" valign=top HEIGHT="100%" background="templates/BBLite/images/lt.gif">
      <IMG SRC="templates/BBLite/images/spacer.gif" WIDTH=45 HEIGHT=1></td>
   <TD WIDTH=100% bgcolor=#f1f1f1 valign=top>

Gruss Silaz
www.DiSEGiO.de <= Styles & More...
Mr.Credo
Mitglied
Beiträge: 3
Registriert: 13.03.2007 20:31

Beitrag von Mr.Credo »

silaz hat geschrieben:Mhh okey ;)

dann versuchs mal hiermit
Vielen Dank, du hast mir sehr geholfen.
Antworten

Zurück zu „phpBB 2.0: Styles, Templates und Grafiken“