<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hello everyone<br>
<br>
We have in our ABCD 1.4 application several repeatable fields with
rather short entries for each line.<br>
They are displayed on a single line separated by the semicolon.<br>
The PFT entry is like the line below. I have marked the essential
part in <font color="#3333ff">blue</font>.<br>
<tt><br>
if p(v196) then '<tr><td
valign=top><b>Locatie</b></td></tt><tt><br>
</tt><tt> <td valign=top></tt><tt><font
color="#3333ff"><font color="#000000">'</font> v196+|; |, <font
color="#000000">'</font></font></tt><tt></td></tr>'<br>
fi</tt><br>
<br>
Now we have another field with larger entries and we would like to
start each entry on a new line.<br>
I have tried the following with the HTML code <br>:<br>
<tt><br>
if p(v236) then '<tr><td
valign=top><b>Field236</b></td></tt><tt><br>
</tt><tt> <td valign=top>' <font
color="#3333ff">v236+|<br>|, </font>'</td></tr>'<br>
fi</tt><br>
<br>
But the result is that the entries are still on one line, separated
by the text 'br'. The < and > are omitted.<br>
Example:<br>
<img src="cid:part1.C9CF6A7B.4CEB85F2@xs4all.nl" alt=""><br>
What am I doing wrong?<br>
<br>
Thanks & regards<br>
Fred<br>
</body>
</html>