ich hab mal eine Verständnisfrage an euch.
In phpBB Foren werden an vielen Stellen sogenannte Iframes verwendet, aber wie kann man an diesen Stellen den Hintergund verändern?
Ich hab versucht über die Zuordnung class="row1" in den Skripten etwas zu verändern, aber leider wird es anscheinend überhaupt nicht angenommen.
Also daher mal die Frage an euch :
Wie kann ich in der folgenden Zeile den Hintergrund im iframe-Fenster verändern ?
Code: Alles auswählen
<!-- BEGIN switch_inline_mode -->
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
<tr>
<th class="cat" align="center"><span class="explaintitle">{L_TOPIC_REVIEW}</span></th>
</tr>
<tr>
<td class="row1"><iframe width="100%" height="300" src="{U_REVIEW_TOPIC}" frameborder="0" scrolling="yes">
<!-- END switch_inline_mode -->
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
<tr>
<th width="22%">{L_AUTHOR}</th>
<th>{L_MESSAGE}</th>
</tr>
<!-- BEGIN postrow -->
<tr>
<td width="22%" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}" id="{postrow.U_POST_ID}"></a>{postrow.POSTER_NAME}</span>
<br />
<img src="images/spacer.gif" alt="" width="150" height="1" /></td>
<td class="{postrow.ROW_CLASS}" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="{postrow.MINI_POST_IMG}" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" /><span class="postdetails">{L_POSTED}:
{postrow.POST_DATE} {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
</tr>
<tr>
<td><hr /></td>
</tr>
<tr>
<td class="postbody">{postrow.MESSAGE}</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" height="1" class="spacerow"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
<!-- END postrow -->
</table>
<!-- BEGIN switch_inline_mode -->
</iframe></td>
</tr>
</table>
<!-- END switch_inline_mode -->