Hello, am using a read-only note, to have written on the survey form a listing coming from a pull data csv file. Is it possible to have this listing configured with a font size? some listings are pretty long.
If you are asking to set the font size of a particular note (instead of the survey as a whole), you may be able to do that by combining the text you are showing with <font size="">TEXT HERE</font> tags. CSS font-size property provides some examples of valid values.
The font tag should not be used in a pulldata function. I would recommend you have the pulldata function by itself in a calculate column, and then a note question that uses concat() to assemble the complete HTML string.
I have the same general font question, under the same circumstances as Rene (read only, pulling from csv). I know you said you cannot add a font tag to the pulldata function, but can you tell me where I should add it? I have included my calculations below.