Page 1 of 1

The interlinear space

Posted: 04 Jan 2009, 13:10
by graphiss
The interlinear space is narrow for Japanese, and the explanation is not read easily.
Can I change the interlinear space?
The character of Asia is near square.

I was ineffectual though I had added CSS:line-height.

http://www.imagevue.jp/demo_a/?p=galler ... /text.jpg/

Posted: 05 Jan 2009, 22:26
by mjau-mjau
You need to use "leading" instead of "line-height" in the CSS.
Code
leading: 2;

Posted: 06 Jan 2009, 10:01
by graphiss
mjau-mjau wrote:You need to use "leading" instead of "line-height" in the CSS.
Code
leading: 2;
I really appreciate it. :wink: