My question is regarding the limitations Crystal may have when using HTML. I am currently using cr8.0
The example below 'code' works fine. My problem is that the font size=4 is too small while size=5 is too large. So is my idea to modify the SIZE with <style> or some other method even possible? I have searched and found no answers. So these are the two methods I have tried (result: no change to the display or errors).
- "<style="font-size: 2.8px;">"
- "<Font font-size=4.5px>"
Code:
"<Font size=4 face=New Times Roman>" + "<center>" +
'Superior Court of Maricopa County - ' + "<B>" + 'i' + "</B>" + 'ntegarated ' +
"<B>" + 'C' + "</B>" + 'ourt ' +
"<B>" + 'I' + "</B>" + 'nformation ' +
"<B>" + 'S' + "</B>" + 'ystem' +
"</center>" + "</Font size=4 face=New Times Roman>"
Thanks.
The example below 'code' works fine. My problem is that the font size=4 is too small while size=5 is too large. So is my idea to modify the SIZE with <style> or some other method even possible? I have searched and found no answers. So these are the two methods I have tried (result: no change to the display or errors).
- "<style="font-size: 2.8px;">"
- "<Font font-size=4.5px>"
Code:
"<Font size=4 face=New Times Roman>" + "<center>" +
'Superior Court of Maricopa County - ' + "<B>" + 'i' + "</B>" + 'ntegarated ' +
"<B>" + 'C' + "</B>" + 'ourt ' +
"<B>" + 'I' + "</B>" + 'nformation ' +
"<B>" + 'S' + "</B>" + 'ystem' +
"</center>" + "</Font size=4 face=New Times Roman>"
Thanks.