Re: Link in Grafik einfügen
Verfasst: 23.02.2010 21:20
Tut mir leid Franki, leider ist da auch kein Link auf den Bildern.
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
<table border="0" cellspacing="0" cellpadding="0" width="100%" id="maintable" align="center">
<tr>
<td id="logorow" align="center">
<table width="100%" align="center">
<tr>
<td id="logo-left"><a href="./portal.php?sid=xxxxxxxx"> </a></td>
<td><a href="./index.php?sid=xxxxxxxx"><img src="./styles/acidtech/imageset/site_logo.gif" alt="" title="" /></a></td>
<td id="logo-right"><a href="./index.php?sid=xxxxxxxxxxx"> </a></td>
</tr>
</table>
Code: Alles auswählen
<table border="0" cellspacing="0" cellpadding="0" width="{$CA_WIDTH}" id="maintable" align="center">
<tr>
<td id="logorow" align="center">
<table width="100%" align="center">
<tr>
<td align="left" valign="top"><a href="{U_PORTAL}"><img src="{T_THEME_PATH}/images/logo_left.jpg" width="320" height="84" alt="Portal" /></a></td>
<td><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
<td align="right" valign="top"><a href="{U_INDEX}"><img src="{T_THEME_PATH}/images/logo_right.jpg" width="320" height="84" alt="Übersicht" /></a></td>
</tr>
</table>
</td>
</tr>