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

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -