Actions
Bug #16671
closedAnchor
Start date:
2006-10-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The anchors doesn't work, because the anchor link is build with a 'c' and the anchor in the target a tag has no 'c'.
List
<a href="...109/index.html#c1918">to Content</a>
Anchor
<a name="1918">
Update from TYPO3 3.7 with css_styled_content als local extension to TYPO3 4.0.3. css_styled_content from local to system extension. Real URL 0.3.0 to 1.0.0
(issue imported from #M4438)
Updated by Michael Stucki about 18 years ago
You just need to remove the local css_styled_content because the version in sysext/ext/ must be used. There were changes in css_styled_content exactly to keep this working.
Actions