Seite 1 von 1

Zentriertes Logo?

Verfasst: 23.12.2004 12:44
von wald
Wie zentriere ich das phpbb2_logo.jpg?
Habs schon versucht mit dem hier, aber das bleibt links:
<td align="center"><a href="{U_INDEX}"><img src="templates/fisubsilversh/images/phpbb2_logo.jpg" border="0" alt="{L_INDEX}" title="{L_INDEX}" width="350" height="110" /></a></td>
Wie zentriere ich das nun?

Code: Alles auswählen

</script>
<!-- END switch_enable_pm_popup -->
</head>
<body>
<a name="top" id="top"></a>
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<table class="topbkg" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr> 
<td align><a href="{U_INDEX}"><img src="templates/fisubsilversh/images/phpbb2_logo.jpg" border="0" alt="{L_INDEX}" title="{L_INDEX}" width="350" height="110" /></a></td>
<td align="center" width="100%">&nbsp;</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
Gruß

Verfasst: 23.12.2004 14:04
von Mungo
Verlink mal bitte deine overall_header.tpl, das kleine Stück ist zu wenig Code ;)

Verfasst: 23.12.2004 15:04
von wald
Ich kann keine externe Links linken. :roll:

http://survival.su.ohost.de/forum/templ ... header.tpl

Code entfernt. Kopieren der URL reicht aus ;). Mungo

Verfasst: 23.12.2004 16:21
von Mungo
:oops: Der Code hätte doch gereicht, hab nur nicht richtig hingeschaut.

Also:

Suche:

Code: Alles auswählen

<table class="topbkg" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr> 
<td align="center"><a href="{U_INDEX}"><img src="templates/fisubsilversh/images/logo.gif" border="0" alt="{L_INDEX}" title="{L_INDEX}" width="300" height="110" /></a></td>
<td align="center" width="100%">&nbsp;</td>
</tr>
</table>
Ersetze mit:

Code: Alles auswählen

<table class="topbkg" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr> 
<td align="center"><a href="{U_INDEX}"><img src="templates/fisubsilversh/images/logo.gif" border="0" alt="{L_INDEX}" title="{L_INDEX}" width="300" height="110" /></a></td>
</tr>
</table>

Verfasst: 24.12.2004 21:39
von wald
Thanks. :)