Hi, I have a problem regarding the font size="". The maximum size i can assign is 7 if I write size="9" the characters disappear, if I assign size less than 7 it works.
The code i use is:
memo1.Lines.Append('<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body>');
memo1.Lines.Append('<TABLE border="0" cellspacing="0" cellpadding="0"><tr><td rowspan=2>');
memo1.Lines.Append('<font size=7 face="Free 3 of 9 Extended">*'+nomer+'*</font></td><td align=left>');
memo1.Lines.Append(' Документ: <b>'+nomer+'</b>');
The particular problem appears to be in the following line:
memo1.Lines.Append('<font size=7 face="Free 3 of 9 Extended">*'+nomer+'*</font></td><td align=left>');
If anyone has a clue whats wrong please help.
Regards
