typo3 - Specific html tags are not displayed in the frontend -
my backend (rte) shows me:
<p> <b>header</b> text <a href="#">link</a> </p>
but when open frontend in browser , check source code this:
<b>header</b> text link
so thought maybe html tags deleted or not stored in database. when reopen in backend (rte):
<p> <b>header</b> text <a href="#">link</a> </p>
the tags still there. won't displayed in frontend. how can show original code in frontend?
maybe target of link not reachable?
typo3 checks links , if not accessable, doesn't render link.
Comments
Post a Comment