语言

Menu
Sites
Language
How can I change the line space of the label?

Hello,

When I put the text included "<br>" in the label, Can I change the space between labels?

Like,

<p style="line-height:1.5"> aaaaa <br> bbbbb </p>

Thank you.

 

响应

3 回复
Alex Dem

Hi,
if you mean vertical margin between text strings try to use <linegap=value> ( 'value' is number of  pixels).
Alexey.

colin Rao

f.y.i.

found from IDE help doc.

  • linesize - Force a line size in pixels.
  • linerelsize - Either a floating point value or a percentage indicating the wanted size of the line relative to the calculated size.
  • linegap - Force a line gap in pixels.
  • linerelgap - Either a floating point value or a percentage indicating the wanted size of the line relative to the calculated size. 
Palitsyna