Oliver Georgi wrote:wenn der Anker gesetzt ist, wird im Frontend-Rendering vor den betreffenden Content Part ein Ankerlink eingefügt:
<a name="cpid152" class="anchorClass"></a>
Oliver
If the anchor is set, in the Frontend Rendering before the concerned content part an anchor link is inserted.
<a name="cpid152" class="anchorClass"></a>
Gruß Knut
Hi fli-flop, thanks for the answer.
In see in the code of the page the anchor, but I still have some doubt
1. How I can know the number of the anchor?
2. How I can insert in the text page? I've tried to insert via FCK editor, but it doesn't work.
You can see the link's name by moving over the label "anchor" in the backend. Then you can see it - but only when content part was stored (only then a unique ID is given).
Oliver Georgi wrote:always use "#cpid152" - lower case.
You can see the link's name by moving over the label "anchor" in the backend. Then you can see it - but only when content part was stored (only then a unique ID is given).
Oliver
Yes Oliver, I used the lower case.
Thanks for the explanation and for the feature
First at "article content" the anchor switch must set.
Second the following code at the top of the content part is generated by phpWCMS:
------------------------
<a name="cpid49" id="cpid49" class="cpidClass"></a><div style="margin:10px 0 0 0; padding:0 0 0 0; clear:both;"></div>
..
.. content of the content part
..
------------------------ anchor anchor ID anchor class
margin:10px 0 0 0; at this example is the "space before".
The anchor ID e.g. [ID:49] you can see at "article information" and "article center".
I have the trouble, that I can´t see the mark (kästchen) where I can switch on the anchor. I see only the space (before, after) and Top Link, but no anchor. How can I implement this?