Pagina 1 van 1

Auteur

Geplaatst: 19 okt 2005, 09:59
door Deftone
Ik maak gebruik van de template Akaloko.
Wat mij is opgevallen is dat de regel Auteur en Bericht niet netjes boven de kolom staan. Ze worden dus niet netjes uitgelijnd.
De regel Auteur staat bijvoorbeeld behoolijk naar rechts en dat ziet er niet uit.
Ik heb al geprobeerd om dit aan te passen:

Code: Selecteer alles

		<th class="thLeft" width="150" height="24" nowrap="nowrap">{L_AUTHOR}</th>
		<th class="thRight" nowrap="nowrap">{L_MESSAGE}</th>
Maar dat heeft weinig geholpen.
Iemand nog een idee?

Geplaatst: 19 okt 2005, 10:27
door Bee
Heb je een voorbeeld?

Geplaatst: 19 okt 2005, 10:48
door Deftone

Geplaatst: 19 okt 2005, 13:19
door Wout -- w00t
Kun je ons viewtopic_body.tpl even geven?

Geplaatst: 19 okt 2005, 14:07
door Deftone
Hier is ie:

Code: Selecteer alles

<table width="100%" cellspacing="2" cellpadding="2" border="0">
  <tr> 
	<td align="left" valign="bottom" colspan="2"><a class="maintitle" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><br />
	  <span class="gensmall"><b>{PAGINATION}</b><br />
	  &nbsp; </span></td>
  </tr>
</table>

<table width="100%" cellspacing="2" cellpadding="2" border="0">
  <tr> 
	<td align="left" valign="bottom" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>
	<td align="left" valign="middle" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}" class="nav">{L_INDEX}</a> 
	  -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
  </tr>
</table>

<table class="forumline" width="100%" cellspacing="0" cellpadding="0" border="0">
	<!--- <tr align="right">
		<td colspan="2" height="28"><span class="nav"><a href="{U_VIEW_OLDER_TOPIC}" class="nav">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav">{L_VIEW_NEXT_TOPIC}</a> &nbsp;</span></td>
	</tr>--->
	{POLL_DISPLAY} 
	<tr>
		<th class="thLeft" width="150" height="26" nowrap="nowrap">{L_AUTHOR}</th>
		<th class="thRight" nowrap="nowrap">{L_MESSAGE}</th>
	</tr>
	<!-- BEGIN postrow -->
	<tr> 
		<td colspan="2" background="templates/akaloko/images/fond_operation.gif" valign="top" align="right" nowrap="nowrap">{postrow.QUOTE_IMG}{postrow.EDIT_IMG}{postrow.DELETE_IMG}{postrow.IP_IMG}</td>
	</tr>
	<tr>
		<td colspan="2" width="100%">
		<table width="100%" border="0" cellspacing="0" cellpadding="0">
			<tr>
				<td width="180" align="left" valign="top" class="{postrow.ROW_CLASS}">&nbsp;&nbsp;<span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span></td>
				<td bgcolor="#3B5F80" align="right"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /></a><span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen">&nbsp;</span>&nbsp; &nbsp;{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
			</tr>
			<tr>
				<td width="180" align="left" valign="top" class="{postrow.ROW_CLASS}"><img src="templates/akaloko/images/spacer.gif" width="150" height="1"><br /></td>
				
				<td><img src="templates/akaloko/images/spacer.gif" width="1" height="1"></td>
			</tr>
				
			<tr>
				<td width="180" align="left" valign="top" class="{postrow.ROW_CLASS}"><br />&nbsp;&nbsp;<span class="postdetails">{postrow.POSTER_RANK}<br />&nbsp;&nbsp;{postrow.RANK_IMAGE}&nbsp;&nbsp;{postrow.POSTER_AVATAR}<br /><br />&nbsp;&nbsp;{postrow.POSTER_AGE}<br />&nbsp;&nbsp;{postrow.POSTER_JOINED}<br />&nbsp;&nbsp;{postrow.POSTER_POSTS}<br />&nbsp;&nbsp;{postrow.POSTER_FROM}</span><br /><br /></td>
				<td bgcolor="#3B5F80" valign="top"><table width="100%"><tr><td><span class="postbody">{postrow.MESSAGE}{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span><br /></td></tr></table></td>
			</tr>
		</table>
		</td>
	</tr>
	<tr> 
		<td colspan="2" class="{postrow.ROW_CLASS}" width="100%" height="25" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="24" width="100%">
			<tr> 
				<td width="100%" align="right" valign="middle" background="templates/akaloko/images/fond_profil.gif" nowrap="nowrap">{postrow.PROFILE_IMG}{postrow.PM_IMG}{postrow.EMAIL_IMG}{postrow.WWW_IMG}{postrow.AIM_IMG}{postrow.YIM_IMG}{postrow.MSN_IMG}<script language="JavaScript" type="text/javascript"><!-- 

	if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 )
		document.write('{postrow.ICQ_IMG}');
	else
		document.write('</td><td>&nbsp;</td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute">{postrow.ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>');
				
				//--></script><noscript>{postrow.ICQ_IMG}</noscript></td>
			</tr>
		</table></td>
	</tr>
	<!-- END postrow -->
	<tr align="center"> 
		<td class="catBottom" colspan="2" height="28"><table cellspacing="0" cellpadding="0" border="0">
			<tr><form method="post" action="{S_POST_DAYS_ACTION}">
				<td align="center"><span class="gensmall">{L_DISPLAY_POSTS}: {S_SELECT_POST_DAYS}&nbsp;{S_SELECT_POST_ORDER}&nbsp;<input type="submit" value="{L_GO}" class="liteoption" name="submit" /></span></td>
			</form></tr>
		</table></td>
	</tr>
</table>

<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
  <tr> 
	<td align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>
	<td align="left" valign="middle" width="100%"><span class="nav">&nbsp;<a href="{U_INDEX}" class="nav">{L_INDEX}</a> 
	  -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
	<td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span> 
	  </td>
  </tr>
  <tr>
	<td align="left" colspan="3"><span class="nav">{PAGE_NUMBER}</span></td>
  </tr>
</table>

<table width="100%" cellspacing="2" border="0" align="center">
  <tr> 
	<td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall">{S_WATCH_TOPIC}</span><br />
	  &nbsp;<br />
	  {S_TOPIC_ADMIN}</td>
	<td align="right" valign="top" nowrap="nowrap">{JUMPBOX}<span class="gensmall">{S_AUTH_LIST}</span></td>
  </tr>
</table>