Pagina 1 van 1

Formaat Logo aanpassen?

Geplaatst: 19 okt 2006, 12:08
door *volcano*
Support Template
Wat is het probleem? aanpassen formaat logo wil niet lukken

phpBB versie: laatste versie
Waar is je forum gehost: hosting2go

Geplaatst: 19 okt 2006, 13:08
door *volcano*
nvt

Geplaatst: 19 okt 2006, 16:16
door *volcano*
Iets anders nog, de afmetingen van het logo, waar en hoe kan ik die aanpassen. Bij sommige stijlen past ie zich automatisch aan, maar bij subsilver plus die ik heb dus niet. En daardoor vervormt de afbeelding.

(zie http://www.schrei.nl/forum)

Geplaatst: 19 okt 2006, 16:34
door svenn
templates/jouwtemplate/overall_header.tpl

Geplaatst: 29 nov 2006, 09:55
door *volcano*
Ik heb inmiddels een andere template, saphir, alleen het formaat van het logo wil nog steeds niet meewerken.
Heb al verschillende dingen in de header geprobeerd te veranderen.. en er veranderd inderdaad van alles behalve het formaat van het logo... :shock: :oops:

Header:

Code: Selecteer alles

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-style-type" content="text/css" />
<title>{SITENAME} - {PAGE_TITLE}</title>
<meta name="author" content="http://www.phpBBservice.nl/" />
<meta name="robots" content="all" />
<meta name="description" content="" />
<meta name="keywords" content="" />
{META}
{NAV_LINKS}
<link rel="stylesheet" href="{STYLE}/{T_HEAD_STYLESHEET}" type="text/css" media="all" />
<script type="text/javascript" src="{STYLE}/js/tooltips.js"></script>
<!-- BEGIN switch_enable_pm_popup -->
<script type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
	window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=500');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body>
<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="10" cellpadding="0" border="0">
				<tr>

		<td align="center"><a href="{U_INDEX}"><img src="{I_LOGO}" alt="{SITENAME}" title="{SITENAME}" /></td>

				</tr>
			</table>
			<table width="100%" border="0" cellspacing="0" cellpadding="2">
				<tr>
					<td align="center" class="catlight">
						<a href="{U_FAQ}"><img src="{I_FAQ}" alt="{L_FAQ}" title="{L_FAQ}" />{L_FAQ}</a>
						<a href="{U_SEARCH}"><img src="{I_SEARCH}" alt="{L_SEARCH}" title="{L_SEARCH}" />{L_SEARCH}</a>
						<a href="{U_MEMBERLIST}"><img src="{I_MEMBERLIST}" alt="{L_MEMBERLIST}" title="{L_MEMBERLIST}" />{L_MEMBERLIST}</a>
						<a href="{U_GROUP_CP}"><img src="{I_USERGROUPS}" alt="{L_USERGROUPS}" title="{L_USERGROUPS}" />{L_USERGROUPS}</a>
						<a href="{U_PROFILE}"><img src="{I_PROFILE}" alt="{L_PROFILE}" title="{L_PROFILE}" />{L_PROFILE}</a>
						<a href="{U_PRIVATEMSGS}"><img src="{PRIVMSG_IMG}" alt="{PRIVATE_MESSAGE_INFO}" title="{PRIVATE_MESSAGE_INFO}" />{PRIVATE_MESSAGE_INFO}</a>
						<!-- BEGIN switch_user_logged_out -->
						<a href="{U_REGISTER}"><img src="{I_REGISTER}" alt="{L_REGISTER}" title="{L_REGISTER}" />{L_REGISTER}</a>
						<!-- END switch_user_logged_out -->
						<a href="{U_LOGIN_LOGOUT}"><img src="{I_LOGIN}" alt="{L_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" />{L_LOGIN_LOGOUT}</a>
					</td>
				</tr>
			</table>
			<table border="0" cellpadding="0" cellspacing="0" class="botline">
				<tr>
					<td class="botline_left"><img src="{I_SPACER}" alt="" width="8" height="4" /></td>
					<td class="botline_middle"><img src="{I_SPACER}" alt="" width="8" height="4" /></td>
					<td class="botline_right"><img src="{I_SPACER}" alt="" width="8" height="4" /></td>
				</tr>
			</table>
			<table width="100%" border="0" cellspacing="0" cellpadding="10">
				<tr>
					<td align="center">
						<table width="100%" cellspacing="2" cellpadding="2" border="0">
							<tr>
								<td align="left" class="gensmall">
									<!-- BEGIN switch_user_logged_in -->
									{LAST_VISIT_DATE}<br />
									<!-- END switch_user_logged_in -->
									{CURRENT_TIME}
								</td>
								<td align="right" class="gensmall">
									<a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><br />
									<!-- BEGIN switch_user_logged_in -->
									<a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>
									<!-- END switch_user_logged_in -->
								</td>
							</tr>
						</table>