S
Saeed
I have 7 items that detail the customers address and need to print it
in 5 lines where that 5 lines woudl fit in a Lable sticker.
I m using C/C+ when writing to my HTL file using this syntax.
fprintf(fp,"<p class=MsoNormal><b style='mso-bidi-font-
weight:normal'><span style='font-size:11.0pt;font-family:Arial'>
%s<u5></u5></span></b></p>\n",x);
when x is null teh spacing seems to change between the lines than when
it has a value which screwes the layout on the labels and things go
out of sync.
Is there any solution for this ? that is to say , to be able to leave
a gap of ceratin spacing when i know how many blank lines i have had
and do his gap at the end before the start of the new label ?
Thanks
in 5 lines where that 5 lines woudl fit in a Lable sticker.
I m using C/C+ when writing to my HTL file using this syntax.
fprintf(fp,"<p class=MsoNormal><b style='mso-bidi-font-
weight:normal'><span style='font-size:11.0pt;font-family:Arial'>
%s<u5></u5></span></b></p>\n",x);
when x is null teh spacing seems to change between the lines than when
it has a value which screwes the layout on the labels and things go
out of sync.
Is there any solution for this ? that is to say , to be able to leave
a gap of ceratin spacing when i know how many blank lines i have had
and do his gap at the end before the start of the new label ?
Thanks