Carriage returns in CoreGUI?
-
Working on a package and would like to have a couple carriage returns in some description text to make it more readable. Tried embedding HTML, hex codes etc but they just blow up the parser. Also tried adding another field with the additional text but then you get the divider line so it's not a good solution.
Is there a "right" way to do this? -
have you tried
?
-
<field><fielddescr>Files scan task</fielddescr> <fieldname>havpavupdate</fieldname> <description><input name='submit' type='submit' value='Update_AV'> Press button for update AV database now.</description></field>
< = '<' > = '>' - <br>
Possible text in description only.