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 -

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

Why does a .NET 4.0 program produce a system.unauthorizedAccess error on a Windows Server 2012 machine with .NET 4.5 installed? -