rejetto forum
Software => HFS ~ HTTP File Server => Topic started by: Foggy on March 29, 2008, 03:36:14 AM
-
Is it somehow possible to use string tables with strings that have more than 1 line.
eg.
string1=hello
string2=hey,
how are you?
{.!string1.}=
hello
{.!string2.} =
hey,
how are you?
-
You can already obtain this result using a <br /> in your string definition:
string2=hey,<br />how are you?
then {.!string2.} shows as:
hey,
how are you?
-
I suppose this is somewhat linked to my other topic where I cant change the linebreak into </br> because the strings table is automatically created from urlvars.
-
what if you use the html entity &# 13; (without the inner space) ?