Pagina 1 din 1

Top_Five

Scris: 30-Apr-2012, 10:26:27
de Ev1L
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 :D e improvizat din cel default.

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 />&nbsp;&nbsp;{top_five_topic.USERNAME_FULL}&nbsp;&nbsp;{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 />&nbsp;&nbsp;{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 />&nbsp;&nbsp;{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> 

Re: Top_Five

Scris: 01-Mai-2012, 17:44:53
de Ev1L
Am rezolvat, functia search face minuni.

Imi cer scuze pentru dublu-post si pentru ca nu am folosit search inainte :D
TheKiller scrie:
Inlocuieste :

Cod: Selectaţi tot

<td class="row1" valign="top">
Cu :

Cod: Selectaţi tot

<td valign="top" class="row1" style="border:solid 1px #00BFFF;">