Top_Five
Scris: 30-Apr-2012, 10:26:27
Ziua buna, am instalat si eu modul TopFive pe forumul meu. Toate bune si frumoase, pot spune ca am reusit, dar vreau umpic mai mult.
Arata cam asa http://i49.tinypic.com/2a5f50o.jpg
Si nu reusesc, nu ma avantajeaza nici cunostintele (php/html) sa-l fac sa arate cam asa http://i47.tinypic.com/1672npl.jpg
Aici ma refer strict la incadrarea textului in chenarul negru, nu la imagini si ce mai e modificat.
Vreau sa incadrez textul, ca in poza 2 (si eventual sa fie o idee mai mare.. daca se poate)
Aici top_five_body.html , nu stiu cat de reusit este
e improvizat din cel default.
Arata cam asa http://i49.tinypic.com/2a5f50o.jpg
Si nu reusesc, nu ma avantajeaza nici cunostintele (php/html) sa-l fac sa arate cam asa http://i47.tinypic.com/1672npl.jpg
Aici ma refer strict la incadrarea textului in chenarul negru, nu la imagini si ce mai e modificat.
Vreau sa incadrez textul, ca in poza 2 (si eventual sa fie o idee mai mare.. daca se poate)
Aici top_five_body.html , nu stiu cat de reusit este

Cod: Selectaţi tot
<br clear="all" />
<table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
<thead>
<tr>
<td width="40%" align="center" class="cat"><h4><font color="#1E90FF">Posturi noi</font></h4></td>
<td width="20%" align="center" class="cat"><h4><font color="#1E90FF">Cei mai activi</font></h4></td>
<td width="40%" align="center" class="cat"><h4><font color="#1E90FF">Membrii noi</font></h4></td>
</tr>
</thead>
<tbody>
<tr class="row1 nobold">
<td valign="top"><!-- BEGIN top_five_topic --><!-- IF top_five_topic.NO_TOPIC_TITLE-->{top_five_topic.NO_TOPIC_TITLE}<!-- ELSE --><a href="{top_five_topic.U_TOPIC}">{top_five_topic.TOPIC_TITLE}</a><br /> {top_five_topic.USERNAME_FULL} {top_five_topic.LAST_TOPIC_TIME}<br /><!-- ENDIF --><!-- END top_five_topic -->
<td valign="top"><!-- BEGIN top_five_active -->{top_five_active.USERNAME_FULL}<br /> {L_POSTS}: <a href="{top_five_active.S_SEARCH_ACTION}">{top_five_active.POSTS}</a><br /><!-- END top_five_active --></td>
<td valign="top"><!-- BEGIN top_five_newest -->{top_five_newest.USERNAME_FULL}<br /> {L_JOINED}: {top_five_newest.REG_DATE}<br /><!-- END top_five_newest --></td>
</tr>
</tbody>
</table>
<span class="corners-bottom"><span></span></span></div>
</div>