Seite 2 von 3

Verfasst: 26.02.2007 18:07
von Miriam
haben wir schon einen Link zum Forum? :o

Verfasst: 26.02.2007 18:10
von leopittoni
www.magboard.com

im "Forum-Hilfe" Forum braucht man kein Passwort...

Léo

Verfasst: 26.02.2007 19:20
von easygo
Hm, wüsste jetzt auf Anhieb keinen guten Grund, warum das so nicht gehn sollte @ leopittoni

Code: Alles auswählen

<!-- BEGIN similar -->
<table width="85%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td align="left">
<table width="100%" cellspacing="1" cellpadding="4" border="0" class="forumline">
<td class="catHead" colspan="6"><span class="genmed"><b>{similar.L_SIMILAR}</b></span></td>
</tr>
<tr>
<th colspan="2">{similar.L_TOPIC}</th>
<th>{similar.L_AUTHOR}</th>
<th>{similar.L_FORUM}</th>
<th>{similar.L_REPLIES}</th>
<th>{similar.L_LAST_POST}</th>
</tr>
<!-- BEGIN topics -->
<tr>
<td class="row1" align="center"><span class="genmed"><img src="{similar.topics.FOLDER}" border="0" alt="{similar.topics.ALT}" title="{similar.topics.ALT}" /></span></td>
<td class="row1" width="30%">{similar.topics.NEWEST}<span class="gensmall">{similar.topics.TYPE}</span> <span class="topictitle">{similar.topics.TOPICS}</span></td>
<td class="row1" width="10%"><span class="genmed">{similar.topics.AUTHOR}</span></td>
<td class="row1"><span class="genmed">{similar.topics.FORUM}</span></td>
<td class="row1" width="15%" align="center"><span class="genmed">{similar.topics.REPLIES}</span></td>
<td class="row1"><span class="genmed">{similar.topics.POST_TIME} {similar.topics.POST_URL}</span></td>
</tr>
<!-- END topics -->
</table>
<img src="images/shadow.gif" width="170" height="15" />
</td>
</tr>
</table>
<!-- END similar -->

Verfasst: 26.02.2007 19:26
von leopittoni
Ach, jetzt ists auch mir klar, was du gemeint hast... Funktioniert auch super!

Danke!

Vielleicht noch ein Tipp zum weissen rand?

Léo

Verfasst: 26.02.2007 19:27
von easygo
Ok und wenn du mir die Code-Stelle postest.. vielleicht! :wink: easy

Verfasst: 26.02.2007 19:30
von leopittoni
zum Beispiel hier...:

Code: Alles auswählen

<table width="100%" border="0" cellpadding="2" cellspacing="1" class="forumline">
 <tr> 
 <th height="28" width="100%" align="center">{NEWS_TITLE}</th>
 </tr>
 <tr> 
 <td height="28" align="center" class="row1"><{NEWS_STYLE} behavior="{SCROLL_BEHAVIOR}" direction="{SCROLL_ACTION}"  width="{SCROLL_SIZE}" scrollamount="{SCROLL_SPEED}" ><font size="{NEWS_SIZE}" color="{NEWS_COLOR}"><{NEWS_BOLD}><{NEWS_ITAL}><{NEWS_UNDER}>{NEWS_BLOCK}</{NEWS_STYLE}></{NEWS_BOLD}></{NEWS_ITAL}></{NEWS_UNDER}></font></td>
 </tr>
 </table>
 <img border="0" src="http://www.magboard.com/templates/subSilver/images/shadow.gif" width="170" height="15">
 <br/>
Danke! Léo

Verfasst: 26.02.2007 19:39
von easygo
Hängt mit dem Wert für das Attribut cellspacing zusammen. easy

Verfasst: 26.02.2007 19:58
von leopittoni
Und kann man da nichts dagegen tun?

Léo

Verfasst: 26.02.2007 20:01
von easygo
Klar kann man. Beispiel hast du ja nun direkt oben drüber.

cellspacing="0" wär zwar auch ne Variante, aber dann bleibt eben auch dein
class="forumline" ohne Effekt und das wirst du ja nicht wollen. easy

Verfasst: 26.02.2007 20:03
von leopittoni
Hä? Was belibt mir denn noch übrig?

Léo