Wenn man auf diesen Link klickt:
www.domain.de/index.php?forum gelangt man ja zum Forum.
Ich habe nun ein Forum, sieht so aus:
Und aufm Server ist das ja die showforum.htm Datei, Code:
<table width="100%" cellpadding="4" cellspacing="1" class="border" border="0">
<tr class="Chead">
<th width="58%" colspan="2" align="center"><b>{_lang_board}</b></th>
<th width="6%">{_lang_post}</th>
<th width="6%">{_lang_topic}</th>
<th width="25%" align="center">{_lang_lastpost}</th>
</tr>{EXPLODE}<tr class="Cdark">
<td height="20" colspan="5" background="include/designs/LC-Design_05/Images/titel/forum/Forumtitel.jpg"><strong><a href="index.php?forum-showcat-{cid}" id="forum" class="forum">{cname}</a></strong></td>
</tr>{EXPLODE}<tr class="Cmite">
<td colspan="5"><strong> » <a href="index.php?forum-showcat-{cid}">{cname}</a></strong></td>
</tr>{EXPLODE}<tr class="Cnormbg">
<td width="5%" align="center" valign="middle"><img alt="" src="include/images/forum/{ORD}.png" width="30" height="30" border="0"></td>
<td>
<a href="index.php?forum-showtopics-{id}">{name}</a>
<br />
<span class="smalfont">{besch}
{mods}
</span>
</td>
<td align="center"><span class="smalfont">{posts}</span></td>
<td align="center"><span class="smalfont">{topics}</span></td>
<td>
<span class="smalfont">
<a class="smalfont" title="{topicl}" href="index.php?forum-showposts-{tid}-p{page}#{pid}">{topic}</a>
<br />
{_lang_from}: {erst}
</span>
</td>
</tr>{EXPLODE}
</table>
<table width="100%" border="0" cellpadding="5" cellspacing="1" class="border">
<tr class="Cnormbg">
<td width="50%" valign="top">
<ui>
<li><strong>Mögliche Optionen:</strong><br>
</li>
<li><a href="index.php?forum-markallasread">{_lang_markallasread}</a></li>
<li><a href="index.php?forum-augt">{_lang_newtopicssincelastvisit}</a></li>
<li><a href="index.php?forum-aubt">{_lang_topicwithnoreply}</a></li>
<li><a href="index.php?forum-aeit">{_lang_ownposts}</a></li>
</ui>
</td></tr></table>
<table width="100%" border="0" cellpadding="5" cellspacing="1" class="border">
<tr class="Cnormbg">
<td class="erstezeile"><strong>Onlinestatus:</strong><br>{_lang_it} {istsind} {gesonline} {_lang_guestsonline,ofthem} {useronline} {_if_{useronline}=='1'}{_lang_registredand}{/_endif}{_if_{useronline}!='1'}{_lang_registrededand}{/_endif} {gastonline} {_lang_guests}<br />
{userliste}
</td>
</tr>
<tr class="Cnormbg">
<td><b>{users}</b> {_lang_membershaveritten} <b>{posts}</b> {_lang_postsin} <b>{topics}</b> {_lang_topics}</td>
</tr>
</table><br>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="include/images/forum/nord.png" alt="neue Beiträge" border="0"> {_lang_newposts}</td>
<td><img src="include/images/forum/ord.png" alt="keine neuen Beiträge" border="0"> {_lang_nonewposts}</td>
<td><img src="include/images/forum/cord.png" alt="Thema geschlossen" border="0"> {_lang_topicclosed}</td>
</tr>
</table>
{privmsgpopup}
Wie bekomme ich nun dort, wo die Kategorie endet (Also da wo der schwarze Balken anfängt) eine Lücke rein? Ich habe es mit <br> versucht...hat aber nicht geklappt...oder muss man das in einer anderen Datei regeln? Die anderen .htm Dateien vom Forum sind ja alle ein Klick weiter...
Danke im vorraus.
Mfg.



...war auch zu vermuten...PHP ist noch nix für mich xP
: 