anchors name problem

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Pappnase

anchors name problem

Post by Pappnase »

Hallo
ich habe den neuen replacement tag anchors einbauen wollen.
aber irgendwie will er nicht so wie ich will!
d.h. ich habe im header einer tabelle das ziel eingebaut und in den footer den link. er zeigt mir den link auch aber ich kann ihn nicht anklicken.
wo liegt der fehler??

<table width="100%" height="100%" border="o">
<tr>
<td>{A:top}</td>
</tr>
<tr>
<td>{CONTENT}</td>
</tr>
<tr>
<td><a name="top">nach oben</a></td>
</tr>
</table>

Gruß
Pappnase
Florian
Posts: 119
Joined: Wed 19. Nov 2003, 16:50
Location: Hamburg
Contact:

Post by Florian »

Hallo Pappnase,

ich verstehe das Problem nicht. Wieso sollte man einen Top-Anker mit einem replacement Tag versehen? Der Anker seint ja bei dir immer gleich zu sein.
Wenn du dein Beispiel so einfügst:

Code: Select all

<table width="100%" height="100%" border="o">
<tr>
<td><a name="top"></a></td>
</tr>
<tr>
<td>{CONTENT}</td>
</tr>
<tr>
<td><a href="#top">nach oben</a></td>
</tr>
 
dann sollte auch der Anker funktionieren.


Cheers,
Florian
Pappnase

Post by Pappnase »

Hallo Flo

danke für die Antwort habe schonwieder mal vermutet das ich mich irgendwie im kreis drehe sollte wohl besser ins bett gehen!*s

danke aber für deine hilfe!!
Florian
Posts: 119
Joined: Wed 19. Nov 2003, 16:50
Location: Hamburg
Contact:

Post by Florian »

Schön, wenn wir dir helfen konnten :)

Cheers,
Florian
Post Reply