Pagina 1 van 1
Row te kort
Geplaatst: 15 mar 2005, 22:42
door LoYaL
http://loyal.lo.funpic.org/phpBB2/
Ik had een mod geinstalled die ipv nieuwe berichten, geen nieuwe berichten, en gesloten plaatjes andere plaatjes laat zien. Alleen heb ik in de plek waar normaal die plaatjes van nieuwe berichten enzo zouden komen heb ik die mod plaatjes gedaan, en nu word er eentje smaller ?
Vreemd
Forum
Onderwerpen Berichten Laatste Bericht
Alleen Onderwerpen is korter de rest is wel goed..
Geplaatst: 15 mar 2005, 22:48
door Stef
Moet je er even colspan="2" van maken.
Geplaatst: 15 mar 2005, 22:50
door LoYaL
Code: Selecteer alles
<table align="CENTER" class="forumline" width="830" cellpadding="4" cellspacing="1" border="0">
<tr>
<th colspan="3" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
<!-- BEGIN catrow -->
<tr>
<td class="catLeft" colspan="6" height="28"><span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td>
</tr>
<!-- BEGIN forumrow -->
<tr>
<center><td class="row1" align="center" valign="middle" height="50">{catrow.forumrow.FORUM_ICON_IMG}</td></center>
<td class="row1" width="100%" onmouseover="this.style.backgroundColor='{T_TR_COLOR2}'; this.style.cursor='hand';" onMouseOut=this.style.backgroundColor="" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'"> <span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
</span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
</span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
</tr>
<!-- END forumrow -->
<!-- END catrow -->
</table>
<table width="820" cellspacing="0" border="0" align="center" cellpadding="2">
</tr>
</table>
<br />
<table align="CENTER" width="820" border="0" cellspacing="0" cellpadding="0">
<tr>
<th colspan="2" class="thTop" height="25" nowrap="nowrap"><table width="820" cellspacing="0" cellpadding="2" border="0" align="center">
<tr>
<td align="left" valign="bottom"><span class="gensmall">
<!-- BEGIN switch_user_logged_in -->
{LAST_VISIT_DATE}<br />
<!-- END switch_user_logged_in -->
{CURRENT_TIME}<br />
</span><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
<td align="right" valign="bottom" class="gensmall">
<!-- BEGIN switch_user_logged_in -->
<a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br />
<a href="{U_SEARCH_SELF}" class="gensmall">{L_SEARCH_SELF}</a><br />
<!-- END switch_user_logged_in -->
<a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a></td>
</tr>
</table></th>
</tr>
</table>
<table align="CENTER" class="forumline" width="820" cellpadding="3" cellspacing="1" border="0">
<tr>
<td class="catHead" colspan="2" height="28"><span class="cattitle">
</tr>
<tr>
<td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/AdInfinitum/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
<td class="row1" align="left" width="100%" valign="TOP"><table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td><span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="row1" align="left" valign="TOP"><table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td><span class="gensmall">{TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>
</tr>
</table>
</td>
</tr>
</table>
<table align="CENTER" width="820" cellpadding="1" cellspacing="1" border="0">
</tr>
</table>
<!-- BEGIN switch_user_logged_out -->
<form method="post" action="{S_LOGIN_ACTION}">
<table align="CENTER" class="forumline" width="820" cellpadding="3" cellspacing="1" border="0">
<tr>
<td class="catHead" height="28"><a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}</span></td>
</tr>
<tr>
<td class="row1" align="CENTER" valign="middle" height="28"><span class="gensmall">{L_USERNAME}:
<input class="post" type="text" name="username" size="10" />
{L_PASSWORD}:
<input class="post" type="password" name="password" size="10" maxlength="32" />
{L_AUTO_LOGIN}
<input class="text" type="checkbox" name="autologin" />
<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
</span> </td>
</tr>
</table>
</form>
<!-- END switch_user_logged_out -->
<br clear="all" />
<table cellspacing="3" border="0" align="center" cellpadding="0">
<tr>
</tr>
</table>
//edit: Dit had ik ff nodig om snel af te lezen, bij mij staat het zo slordig & lange regels..