Bug #17633
closedadding a link for a head-cell in a table doesn't get displayed as link
0%
Description
While editing I used some head-cells, but in these head-cells I added some hyperlinks to other typo3-pages. These links aren't displayed in my browser as link while viewing the resulting page. Instead there is something like:
<link .... >Linked text</link>
in the resulting html. When I add another class-definition to the head-cell by using RTE with editing raw-html, the <link...> disappears and no hint of this link, which should exist, can be found.
(issue imported from #M6408)
Updated by Ben van 't Ende about 17 years ago
Is the link rendered ok in plain cells <td>? Are you using the RTE here? It sounds like an RTE problem to me.
Updated by Sven Schumacher about 17 years ago
In plain cells is the link rendered okay, yes. Even in RTE it is rendered okay.
When I switch in RTE to raw HTML-mode to modify the link it is displayed like a normal link with <a href....>Text</a>... If I then make any changes to that link (in raw-HTML), they aren't applied, it seems to me. I just switched RTE off for testing purposes. The HTML contains then
<link 78 _self internal-link "Öffnet einen internen Link im aktuellen Fenster">Werkstoffkunde I</link>
what was the HTML-Code displayed in Browser-HTML-Source-Window of the rendered page, when I added a link to header-cells in RTE. So it seems to me, that RTE did everything well.