Verfasst: 10.03.2006 17:48
Ja nee, das hatte ich auch schon versucht. Das Problem: Jetzt sind alle gleich lang...!



phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
<table cellspacing="0" cellpadding="0" border="0" align="left">
<tr>
<td align="right"><img src="{LEFT_GRAPH_IMAGE}" width="4" height="12" /></td>
<td><img src="{GRAPH_IMAGE}" width="{topsmilies.BAR}" height="12" /></td>
<td align="left"><img src="{RIGHT_GRAPH_IMAGE}" width="4" height="12" /></td>
</tr>
</table>
</td>
</tr>
<!-- END topsmilies -->
</table>
Code: Alles auswählen
<table cellspacing="0" cellpadding="0" border="0" align="left">
<tr>
<td align="left" valign="center"><img src="{LEFT_GRAPH_IMAGE}" width="4" height="12" /><img src="{GRAPH_IMAGE}" width="{topsmilies.BAR}" height="12" /><img src="{RIGHT_GRAPH_IMAGE}" width="4" height="12" /></td>
</tr>
</table>
</td>
</tr>
<!-- END topsmilies -->
</table>