Ich wollte den Code der für den Schatten zuständig ist aus dem phpBB2_Plus ins phpBB2 einbauen. Aber irgendwie klappt das nicht?

Code: Alles auswählen
<table border="0" cellpadding="0" cellspacing="0" class="tbl"><tr><td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4" /></td></tr></table>
So wird bspw. der Code eingebaut...
Code: Alles auswählen
<!-- ##### BIRTHDAY START ##### -->
<!-- BEGIN switch_birthdaymod_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
<th height="25" class="thTop"><span class="cattitle"><center><b>{L_Birthday_Portal}:</b></center></span></th>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">
<br>{L_WHOSBIRTHDAY_TODAY}<br /><br />{L_WHOSBIRTHDAY_WEEK}<br> </span></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" class="tbl"><tr><td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4" /></td></tr></table>
<br>
<!-- END switch_birthdaymod_active -->
<!-- ##### BIRTHDAY ENDE ##### -->