Top Five
Scris: 29-Sep-2012, 12:52:45
Salut phpbb, recent am instalat top five(acesta continea mai multe tabele,iar eu am sters din ele cele care nu imi trebuiau) si intr-un final am ajuns la asa ceva
1.Cum pot face ca cele 2 categorii : "Newest members" si "Top posters" sa fie pe aceeasi linie cu "Most viewed topic"?
2.Cum pot face sa dispara spatiul intre cele 5 topicuri?
Acesta e codul din top_five_body.html
1.Cum pot face ca cele 2 categorii : "Newest members" si "Top posters" sa fie pe aceeasi linie cu "Most viewed topic"?
2.Cum pot face sa dispara spatiul intre cele 5 topicuri?
Acesta e codul din top_five_body.html
Cod: Selectaţi tot
<table class="tablebg" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr style="height:1%;vertical-align:top">
<td class="cat2" align="left" nowrap="nowrap">Most Viewed Topics</td>
</tr>
<td class="row1" rowspan="3" style="height:173px">
<table width="100%" cellpadding="0" cellspacing="0" border="0" style="height:100%" id="cybnp">
<tr style="height:14px;vertical-align:top">
<td align="left" nowrap="nowrap" class="smallfont">Topic</td> <td align="left" nowrap="nowrap" class="smallfont"> Date, Time</td>
<td align="left" nowrap="nowrap" class="smallfont"> Posted By</td>
</tr>
<!-- BEGIN top_five_topic -->
<tr valign="top">
<td align="left" nowrap="nowrap" class="smallfont" title=""><img border="0" src="{T_THEME_PATH}/images/post_old.gif" /> <a href="{top_five_topic.U_TOPIC}">{top_five_topic.TOPIC_TITLE}[...]</a></td>
<td align="left" nowrap="nowrap" class="smallfont" title=""> <font color="DarkGray">{top_five_topic.LAST_TOPIC_TIME} </font></td>
<td align="left" nowrap="nowrap" class="smallfont" title=""> {top_five_topic.USERNAME_FULL}</td>
</tr>
<!-- END top_five_topic -->
</table> </td> </tr>
<tr style="height:1%;vertical-align:top">
<td class="cat2" align="left" nowrap="nowrap">Newest Members</td>
<td class="cat2" align="left" nowrap="nowrap">Top Posters</td>
</tr>
<tr style="vertical-align:top;height:70px">
<td class="row1">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<!-- BEGIN top_five_newest -->
<tr style="height:14px;vertical-align:top">
<td align="left" nowrap="nowrap" class="smallfont" title="" width="100%">{top_five_newest.USERNAME_FULL}</td>
<td align="right" nowrap="nowrap" class="smallfont" title="Join Date" width="1%"> <font color="DarkGray">{top_five_newest.REG_DATE}</font></td>
</tr>
<!-- END top_five_newest -->
</table> </td>
<td class="row1">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<!-- BEGIN top_five_active -->
<tr style="height:14px;vertical-align:top">
<td align="left" nowrap="nowrap" class="smallfont" title="">{top_five_active.USERNAME_FULL}</td>
<td align="right" nowrap="nowrap" class="smallfont" title="Posts" width="1%"> <a href="{top_five_active.S_SEARCH_ACTION}">{top_five_active.POSTS}</a></td>
</tr>
<!-- END top_five_active -->
</table> </td>
</table> </td> </tr> </table>