Intro & Portal - Text linksbündig?
Verfasst: 28.05.2006 16:11
Moinsen,
ich versuche seit Stunden den "Intro & Portal" MOD anzupassen, die ganze zentrierte Schrift sieht blöd aus. In den Kästen links und rechts habe ich es geschafft, die Texte linksbündig zu setzen, auch in der Forumlegende hat es geklappt.
Aber ich verzweifle an den Texten in der Box "Zum Forum" und in der Box "Die letzten Beiträge".
Wo muss ich da meine left Befehle eingeben?
Grüße
Ralf
ich versuche seit Stunden den "Intro & Portal" MOD anzupassen, die ganze zentrierte Schrift sieht blöd aus. In den Kästen links und rechts habe ich es geschafft, die Texte linksbündig zu setzen, auch in der Forumlegende hat es geklappt.
Aber ich verzweifle an den Texten in der Box "Zum Forum" und in der Box "Die letzten Beiträge".
Wo muss ich da meine left Befehle eingeben?
Code: Alles auswählen
<!-- ##### FORUMINDEX START ##### -->
<!-- BEGIN switch_forumview_active -->
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
<!-- END switch_forumview_active -->
<!-- BEGIN catrow -->
<!-- BEGIN switch_cat_on -->
<tbody id="cat_{catrow.CAT_ID}_h" style="display:none">
<!-- END switch_cat_on -->
<!-- BEGIN switch_cat_off -->
<tbody id="cat_{catrow.CAT_ID}_h" style="display:show">
<!-- END switch_cat_off -->
<tr>
<td class="cat" colspan="5" height="28"><span class="cattitle">{catrow.CAT_DESC}</span></td>
<!-- BEGIN forumrow -->
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br /></span>
</span><span class="genmed">{catrow.forumrow.FORUM_DESC}<br></span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
</td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall"><a href="{catrow.forumrow.U_LAST_TOPIC}">{catrow.forumrow.LAST_TOPIC}</a><br />{catrow.forumrow.LAST_POST}</span></td>
</tr>
<!-- END forumrow -->
<!-- BEGIN switch_forumview_active -->
</tbody>
<!-- END switch_forumview_active -->
<!-- END catrow -->
<!-- BEGIN switch_forumview_active -->
</table>
<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2">
<tr>
<td align="left"><span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span></td>
<td align="right"><span class="gensmall">{S_TIMEZONE}</span></td>
</tr>
</table><br>
<!-- END switch_forumview_active -->
<!-- ##### FORUMINDEX END ##### -->
<!-- ##### LAST TOPICS START ##### -->
<!-- BEGIN switch_lasttopics_active -->
<table width="100%" border="0" cellpadding="0" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
<td class="catHead" colspan="5" height="25"><span class="cattitle"><center><b>{IntroPortaltext11}:</b></center></span></td>
</tr>
<!-- END switch_lasttopics_active -->
<!-- BEGIN recent -->
<tr>
<td class="{recent.ROW_CLASS}" align="center" valign="middle"><img src="{recent.TOPIC_FOLDER_IMG}"></td>
<td class="{recent.ROW_CLASS}"><span class="topictitle">{recent.NEWEST_IMG}{recent.TOPIC_TYPE}<a href="{recent.U_VIEW_TOPIC}" class="topictitle">{recent.TOPIC_TITLE}</a></span><span class="postdetails">{recent.GOTO_PAGE}<br />{recent.L_STARTED} {recent.FIRST_TIME} {recent.L_BY} {recent.FIRST_AUTHOR}<br />{L_FORUM}: <a href="{recent.U_VIEW_FORUM}" class="gensmall">{recent.FORUM_NAME}</a> {recent.L_REPLIES}: {recent.REPLIES} {recent.L_VIEWS}: {recent.VIEWS}</span></td>
<td class="{recent.ROW_CLASS}" align="center" valign="middle" nowrap="nowrap"><span class="gensmall">{L_LASTPOST}<br>{recent.LAST_URL} {recent.LAST_TIME}<br />{recent.LAST_AUTHOR}</span></td>
</tr>
<!-- END recent -->
<!-- BEGIN switch_lasttopics_active -->
</table><br>
<!-- END switch_lasttopics_active -->
<!-- ##### LAST TOPICS END ##### -->
Ralf