Pagina 1 van 1

Geen plaatje

Geplaatst: 09 dec 2005, 16:00
door Toad
http://www.ngame.nl/portal.php

Al kijk je bij Recente Post dan zie je dat er geen mooie bovenkant is zoals bij de andere menu's wel het geval is.
Hoe kan ik dit aanpassen?

Mijn code van het blok:

Code: Selecteer alles

 <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
	   <tr>
		<td class="catHead" height="25"><span class="genmed"><b>{L_RECENT_TOPICS}</b></span></td>
	   </tr>
	   <tr>
		<td class="row1" align="left"><span class="gensmall">
		<!-- BEGIN recent_topic_row -->
		&raquo; <a href="{recent_topic_row.U_TITLE}">{recent_topic_row.L_TITLE}</a><br />
		by <a href="{recent_topic_row.U_POSTER}">{recent_topic_row.S_POSTER}</a> on {recent_topic_row.S_POSTTIME}<br /><br />
		<!-- END recent_topic_row -->
		</span></td>
	   </tr>
	  </table>
	  
	  <br />

Geplaatst: 09 dec 2005, 17:48
door Bee

Code: Selecteer alles

{TPL_HDR1_SMALL}{L_RECENT_TOPICS}{TPL_HDR2_SMALL}<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr> 
      <td class="row1" align="left"><span class="gensmall"> 
      <!-- BEGIN recent_topic_row --> 
      &raquo; <a href="{recent_topic_row.U_TITLE}">{recent_topic_row.L_TITLE}</a><br /> 
      by <a href="{recent_topic_row.U_POSTER}">{recent_topic_row.S_POSTER}</a> on {recent_topic_row.S_POSTTIME}<br /><br /> 
      <!-- END recent_topic_row --> 
      </span></td> 
      </tr> 
     </table>
Taadaa