Frage an die Profis...wegen ein Styleproblem
Verfasst: Di 29.Aug, 2006 16:06
Hallo zusammen... ich habe in der Viewtopic_body.tpl eine Box erstellt. Der Code hierzu sieht so aus:
Nun möchte ich ab diesen Teil, also in der "forumline" eine andere Hintergrundfarbe haben.
Kann mir jemand sagen wie ich das hin bekomme? Ich hab schon endlose versuche gestartet und nichts klappt.....
¢¦
Code: Alles auswählen
<table class="forumline" width="60%"><br />
<td nowrap="nowrap" align="center"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" alt="{L_POST_NEW_TOPIC}" title="{L_POST_NEW_TOPIC}" /></a><a href="{U_BEDANKOMAT}" class="nav">{L_BEDANKOMAT}</a><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" hspace="8" title="{L_POST_REPLY_TOPIC}" /></a></td>
<tr>
<td align="center" valign="middle" class="forumline"><a href="{U_INDEX}" class="nav">{L_INDEX}</a>{NAV_CAT_DESC}<br><center>{PAGINATION}</center></td>
</tr>
<td class="forumline"><br />{JUMPBOX}{BANNER_15_IMG}<br/>
<!-- BEGIN ratingsbox -->
<form method="get" name="ratingsbox" action="{ratingsbox.U_RATINGS}">
<input type="hidden" name="f" value="{FORUM_ID}">
<select name="type">
<option value="">{ratingsbox.L_LATEST_RATINGS}</option>
<option value="p">{ratingsbox.L_HIGHEST_RANKED_POSTS}</option>
<option value="t">{ratingsbox.L_HIGHEST_RANKED_TOPICS}</option>
<option value="u">{ratingsbox.L_HIGHEST_RANKED_POSTERS}</option>
</select> <input type="submit" value="Go" class="liteoption" />
</form>
<!-- END ratingsbox -->
</td>
</table>Code: Alles auswählen
<td class="forumline"><br />{JUMPBOX}{BANNER_15_IMG}<br/>
<!-- BEGIN ratingsbox -->