Search…

X3 Photo Gallery Support Forums

Search…
 
graphiss
Topic Author
Posts: 9
Joined: 18 Dec 2008, 14:15

The interlinear space

04 Jan 2009, 13:10

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/
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

05 Jan 2009, 22:26

You need to use "leading" instead of "line-height" in the CSS.
Code
leading: 2;
 
graphiss
Topic Author
Posts: 9
Joined: 18 Dec 2008, 14:15

06 Jan 2009, 10:01

mjau-mjau wrote:You need to use "leading" instead of "line-height" in the CSS.
Code
leading: 2;
I really appreciate it. :wink: