Jetzt spiele ich mich schon seit einer Woche wie ein Trottel, und komme nicht auf den Fehler drauf.
Wechselt zuerst einmal auf meinen developer style: OldStyle
Nehmen wir als Bsp. diesen Thread: http://rs6k.feig.at/informatik-for…p?threadid=1118
Wie man sehen kann, ist neben der posting Überschrift ein neuer Link. post#: xx
Das interessant ist, wenn man etwas weiter runter scrollt, dass dieser Link nur dann im eck ist, wenn es keine Überschrift gibt. Sobald auf der anderen Seite eine Überschrift auftaucht, ist es versetzt. Und ich komme einfach nicht drauf wieso. Hier ist eine mal der Quellen-Code:
PHP
<table bgcolor="#526163" width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td width="10"><img width="10" height="1" src="images/space.gif" alt=""></td><td width="100%"><!-- spacer -->
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#000000" width="100%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr>
<td bgcolor="$post[backcolor]" width="175" valign="top" nowrap>
<a name="post$post[postid]"></a>
$post[firstnewinsert]
<normalfont><b>$post[username]</b></normalfont><br>
<smallfont>$post[usertitle]</smallfont><br>
$stars<br>
$post[avatar]<p>
<smallfont>Registriert seit: $post[joindate]<br>
Wohnort: $post[field2]<br>
Style: <a href='index.php?styleid=$post[styleid]'>$post[styletitle]</a><br>
Beiträge: $post[posts]</smallfont>
<img width="175" height="1" src="{imagesfolder }/space.gif" alt="">
</td>
<td bgcolor="$post[backcolor]" width="100%" valign="top">
<smallfont>$post[icon] <b>$post[title]</b></smallfont>
<!-- POSTCOUNTER-->
<a href="showthread.php?postid=$post[postid]#post$post[postid]"><smallfont><div align="right">(post#: $post[postcount])</div></smallfont></a>
<!-- /POSTCOUNTER-->
<p><normalfont>$post[message]</normalfont></p>
$post[attachment]
<p>$post[signature]</p>
<p>$post[editedby]</p>
<p align="right"><smallfont><a href="report.php?s=$session[sessionhash]&postid=$post[postid]">Diesen Beitrag einem Moderator melden</a> | $post[iplogged]</smallfont></p>
</td>
</tr>
<tr>
<td bgcolor="$post[backcolor]" width="175" height="16" nowrap><smallfont>$post[foldericon]
$post[postdate] <font color="#000000">$post[posttime]</font></smallfont></td>
<td bgcolor="$post[backcolor]" width="100%" valign="middle" height="16">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td><smallfont>$onlinestatus
$post[profile] $post[pmlink] $post[useremail] $post[homepage] $post[search] $post[buddy]
<!-- $ post[icqicon] --> <!-- $ post[aimicon] --> <!-- $ post[yahooicon] -->
</smallfont></td>
<td align="right" nowrap><smallfont>
<a href="editpost.php?s=$session[sessionhash]&action=editpost&postid=$post[postid]"><img src="images/edit.gif" border="0" alt="Beitrag bearbeiten/löschen"></a>
<a href="newreply.php?s=$session[sessionhash]&action=newreply&postid=$post[postid]"><img src="images/quote.gif" border="0" alt="Zitieren"></a>
</smallfont></td>
</tr>
</table>
</td>
</tr>
</table>
</td></tr></table>
<!-- spacer --></td><td width="10"><img width="10" height="1" src="images/space.gif" alt=""></td></tr></table>
Alles anzeigen