I plan to make file look like a log.
Example:
09:45: A call from Mr. X .
10:15: New call. This time more informastion. (Here I plan to make it look like scramble text / unreadible)
10:30: More text....
and so on.
I made div field in Edge called txt.
Then a made a CompostionReady action and the following code:
sym.$("txt").html("09.45:A call from Mr. X<br><br>
10.15: New call. scramble text><br>
10.30: More text");
But how can a make the scrambled text?