Hi,I have a notes project, I want to dump the data of Richtext field to a field of Intelliprint report, but I want to bullet the contents, but the "Dot"bullet is too small, how to customize it to make it big?
Are there any thing like @Char to represent Dot bullet, and I can insert it in my formula and make it bigger?
Have you tried the other list types to see if any work better:
A bullet
Or two
A circle
Or two
A square
Or two
As you can see, the square works well. Beyond that, it becomes a question of whether or not Intelliprint can read CSS, because if so, you could always set the bullet to your own graphic:
One custom bullet
Or another
Look at the source, and you will see:
One custom bullet
Or another
and you could, of course, use any graphic you liked, including a larger circle, but I don’t know whether Intelliprint supports any of that.
Subject: RE: How to customize the size of bullets?
Hi,Ben:Thanks a lot for your help,
That is a good test, but the thing is I do not know whether the tool of intelliprint support the CCS or not? but the following is the formula I put on the field on Intelliprint form, the GOoutcomes is a richtext field on the notes document, so when the data dump to the intelliprint form, I will be bullited same as they are on the richtext field of notes document, but the only thing is dot (.) is too small on the intelliprint form
It is better add CSS on intelliprint, but if it is not, how to insert the HTML code into the formula before the . and after the dot (.), it this works, that will be better
Any ideas about the codes? thanks again,
tmp2:=@Explode (@Text(GOutcomes);“~”);
tmp3:=@Implode (tmp2+@NewLine;". ");
". "+tmp3;
The thing is the field on the intelliprint only accept formula, I tried to add
GOutcomes
to that field, but because it is formula field, so it is not works; do you know how to make this HTML codes working on the formula field