Verfasst: 22.02.2003 11:43
hmm niemand ne idee wie ich das verlinken kann????
Candy


Candy
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
'RATE_IMG_LENGHT' => $board_config['rate_graphic_lenght'],
Code: Alles auswählen
'U_RATE' => append_sid("rate.$phpEx?t=$topic_id"),
Code: Alles auswählen
<table width="{RATE_IMG_LENGHT}" cellspacing="0" cellpadding="0" border="0"><tr><td background="{RATE_BG_IMG}" align="left"><table cellspacing="0" cellpadding="0" border="0"><tr><td><table width="{topicrow.TOPIC_RATE_P}" cellspacing="0" cellpadding="0" border="0"><tr><td background="{RATE_IMG}"><img src="images/spacer.gif" width="{topicrow.TOPIC_RATE_P}" height="{RATE_IMG_HEIGHT}" border="0" alt="{topicrow.TOPIC_RATE}" title="{topicrow.TOPIC_RATE}" /></td></tr></table></td><td><img src="images/spacer.gif" width="{topicrow.TOPIC_RATE_P2}" height="{RATE_IMG_HEIGHT}" border="0" alt="{topicrow.TOPIC_RATE}" title="{topicrow.TOPIC_RATE}" /></td></tr></table></td></tr></table>
Code: Alles auswählen
<a href="{U_RATE}">
Code: Alles auswählen
</a>
ersetzen durch<a href="{U_RATE}"><table width="{RATE_IMG_LENGHT}" cellspacing="0" cellpadding="0" border="0"><tr><td background="{RATE_BG_IMG}" align="left"><table cellspacing="0" cellpadding="0" border="0"><tr><td><table width="{topicrow.TOPIC_RATE_P}" cellspacing="0" cellpadding="0" border="0"><tr><td background="{RATE_IMG}"><img src="images/spacer.gif" width="{topicrow.TOPIC_RATE_P}" height="{RATE_IMG_HEIGHT}" border="0" alt="{topicrow.TOPIC_RATE}" title="{topicrow.TOPIC_RATE}" /></td></tr></table></td><td><img src="images/spacer.gif" width="{topicrow.TOPIC_RATE_P2}" height="{RATE_IMG_HEIGHT}" border="0" alt="{topicrow.TOPIC_RATE}" title="{topicrow.TOPIC_RATE}" /></td></tr></table></td></tr></table></a>
das blaue fällt raus und das rote wird eingefügt<table width="{RATE_IMG_LENGHT}" cellspacing="0" cellpadding="0" border="0"><tr><td background="{RATE_BG_IMG}" align="left"><table cellspacing="0" cellpadding="0" border="0"><tr><td><table width="{topicrow.TOPIC_RATE_P}" cellspacing="0" cellpadding="0" border="0"><tr><td background="{RATE_IMG}"><a href="{U_RATE}"><img src="images/spacer.gif" width="{topicrow.TOPIC_RATE_P}" height="{RATE_IMG_HEIGHT}" border="0" alt="{topicrow.TOPIC_RATE}" title="{topicrow.TOPIC_RATE}" /></a></td></tr></table></td><td><a href="{U_RATE}"><img src="images/spacer.gif" width="{topicrow.TOPIC_RATE_P2}" height="{RATE_IMG_HEIGHT}" border="0" alt="{topicrow.TOPIC_RATE}" title="{topicrow.TOPIC_RATE}" /></a></td></tr></table></td></tr></table>