Seite 1 von 2

Logo einblenden?

Verfasst: 23.09.2005 15:59
von Sciron
Hallo,

ich möchte gerne in meinem Forum (www.callofduty-forum.de) mein Logo im header einbinden. Das habe ich auch in der overall_header.php gemacht.

Doch irgendwie wird das nicht angezeigt.

Aber warum?

Hier ist 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=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta name="keywords" content="call of duty, callofduty, forum, tipp, tricks, mods, clan">
<meta name="description" content="forum für call of duty, callofduty united offensive und call of duty 2. Alles zu Einzelspieler, Mehrspieler, Modding- und Clanszene">
{NAV_LINKS}
<title>{PAGE_TITLE} :: {SITENAME}</title>
<link rel="stylesheet" href="templates/BBTech/{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">
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="templates/BBTech/images/BBTech-hd_full.gif">
    <tr>
        <td align="left">
            <table border="0" cellpadding="0" cellspacing="0">
				<tr>
					<td colspan="2"><img src="templates/BBTech/images/BBTech-hd_01.gif" width="348" height="10" border="0" alt="" /></td>
			    </tr>
                <tr>
					<td rowspan="2"><img src="templates/BBTech/images/BBTech-hd_04.gif" alt="" width="18" height="134" border="0" /></td>
				<td><img src="templates/BBTech/images/callofduty.gif" border="0" vspace="1" width="0" height="70" /></td>
                </tr>
                <tr>
                    <td><img src="templates/BBTech/images/BBTech-hd_06.gif" alt="" width="320" height="62" border="0" /></td>
                </tr>
            </table>
        </td>
        <td width="100%" align="right">
            <table border="0" cellspacing="0" cellpadding="0">
                <tr>
                    <td align="right"><img src="templates/BBTech/images/BBTech-hd_03.gif" alt="" width="418" height="92" border="0" /></td>
                </tr>
                <tr>
                    <td align="right">
						<table border="0" cellspacing="0" cellpadding="0">
							<tr>
								<td rowspan="2"><img src="templates/BBTech/images/BBTech-hd_07.gif" width="20" height="52" border="0" alt="" /></td>
								<!-- BEGIN switch_user_logged_out -->
								<td><a href="{U_REGISTER} "><img src="templates/BBTech/images/BB_register.gif"  height="22" border="0" alt="{L_REGISTER}" /></a></td>
								<td><a href="{U_LOGIN_LOGOUT}"><img src="templates/BBTech/images/BB_login.gif" height="22" border="0" alt="{L_LOGIN_LOGOUT}" /></a></td>
								<!-- END switch_user_logged_out -->
								<td><a href="{U_FAQ}"><img src="templates/BBTech/images/BBTech-hd_08.gif" width="39" height="22" border="0" alt="{L_FAQ}" /></a></td>
								<td><a href="{U_SEARCH}"><img src="templates/BBTech/images/BBTech-hd_09.gif" width="56" height="22" border="0" alt="{L_SEARCH}" /></a></td>
								<td><a href="{U_MEMBERLIST}"><img src="templates/BBTech/images/BBTech-hd_10.gif" width="116" height="22" border="0" alt="{L_MEMBERLIST}" /></a></td>
								<td><a href="{U_GROUP_CP}"><img src="templates/BBTech/images/BBTech-hd_11.gif" width="126" height="22" border="0" alt="{L_USERGROUPS}" /></a></td>
								<td><a href="{U_PROFILE}"><img src="templates/BBTech/images/BBTech-hd_12.gif" width="59" height="22" border="0" alt="{L_PROFILE}" /></a></td>
								<td><a href="{U_PRIVATEMSGS}"><img src="templates/BBTech/images/BBTech-hd_13.gif" width="32" height="22" border="0" alt="{PRIVATE_MESSAGE_INFO}" /></a></td>
								<td rowspan="2"><img src="templates/BBTech/images/BBTech-hd_14.gif" width="21" height="52" border="0" alt="0" /></td>
							</tr>
							<tr>
								<td colspan="6" align="right" valign="bottom" background="templates/BBTech/images/BBTech-hd_button.gif" height="30">
									<a href="{U_INDEX}"><img src="templates/BBTech/images/home.gif" border="0" alt="{L_INDEX}"/></a>&nbsp;
									<a href="{U_LOGIN_LOGOUT}"><img src="templates/BBTech/images/logout.gif" border="0" alt="{L_LOGIN_LOGOUT}"/></a>&nbsp;
									<!-- BEGIN switch_user_logged_out -->
									<a href="{U_REGISTER}"><img src="templates/BBTech/images/register.gif" border="0" alt="{L_REGISTER}"></a>
									<!-- END switch_user_logged_out -->
								</td>
							</tr>
						</table>
					</td>
                </tr>
            </table>
        </td>
		<td bgcolor="#1E1E2A">
			<img src="templates/BBTech/images/spacer.gif" width="1" height="1" border="0" alt="" />
		</td>
    </tr>
</table>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td valign="top" background="templates/BBTech/images/lt.gif">
			<img src="templates/BBTech/images/spacer.gif" width="15" height="1" border="0" alt="" />
		</td>
		<td width="100%" bgcolor="#1E1E2A" valign="top">

Verfasst: 23.09.2005 16:41
von itst
Wo ist da das HTML für das Logo?

Verfasst: 23.09.2005 17:40
von Sciron
Hallo,

ist das Logo nicht da:

Code: Alles auswählen

<td><img src="templates/BBTech/images/callofduty.gif" border="0" vspace="1" width="0" height="70" /></td> 
Wie kann ich denn das Logo einbauen?

Verfasst: 23.09.2005 17:46
von itst

Code: Alles auswählen

<td><img src="templates/BBTech/images/callofduty.gif" border="0" vspace="1" width="0" height="70" /></td>
Kein Wunder :) width="522" height="121" sollte es heissen, nicht 0 und 70.

Siehe http://de.selfhtml.org/html/grafiken/ei ... eite_hoehe

Verfasst: 23.09.2005 17:49
von Sciron
hallo,

jetzt hat sich aber alles im header verschoben :evil: .

Wie bekomme ich das wieder hin?

Verfasst: 23.09.2005 17:58
von itst
Dein Logo ist zu groß für den Header. Entweder Du verkleinerst das Logo oder baust den Header um.

Verfasst: 23.09.2005 18:11
von Sciron
wie groß darf das sein, dass er sich nicht verschiebt?

Verfasst: 23.09.2005 18:13
von Maniac5000
WIDTH=330 HEIGHT=72

wenn du das nimmst, machst du nichts falsch
sind die angaben, die beim original logo eingestellt sind

Verfasst: 23.09.2005 22:06
von Sciron
habe ich geändert. aber er balken verschiebt sich trotzdem in der mitte. warum?

Verfasst: 24.09.2005 15:36
von itst
Was fürn Balken? Du meinst, dass Du horizontal scrollen musst, um die ganze Seite zu sehen? Das Template ist ca. 1000 Pixel breit, bei schmäleren Fenstern wird das immer passieren.