Hello,
I would like to format the text that is shown in privacy.php. In my case the PrivacyPolicyContent is a long text that is easier to reade when it is devided into seperate lines.
In the language file I have this text:When I generate the project it ignores the control linefeed. The output is this:
Line 1. Line2. Line 3How can I format the text? Or is it not possible?
Any help would be appreciated.–QuaySo
Use html tags such as “
”, “
”.
That’s what I tried before, but wasn’t the solution.
For example this text:
Results in this text in the browser: PrivacyPolicyContentWhere I expect to see:
Bla bla bla bla
Bla line 2Any suggestions?–QuaySo
You probably need to encode the “<” and “>” characters, something like:
Thanks! That’s the way to go.–QuaySo
hi,in phpmaker 2020, you can insert html text with links there.
just think about encoding the < and the > with < and >