Search…

X3 Photo Gallery Support Forums

Search…
 
winph
Experienced
Topic Author
Posts: 236
Joined: 19 Jul 2008, 05:07

Text_1 question

11 Aug 2009, 20:19

Hi,

i'm adding indexnumber & folderdescription into text_1 under settings. how do i put space or additional <br/> between the two?

thanks
 
winph
Experienced
Topic Author
Posts: 236
Joined: 19 Jul 2008, 05:07

12 Aug 2009, 20:27

is it possible to add a feature when i choose on_imge_below i can set the width to 50% so that in text_2 i can set another 50%. or this feature is already in the gallery?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

18 Aug 2009, 11:49

Your questions:

#1 There is already a <br> between all text elements, and you can ´t add more, but instead you can edit the CSS to create a larger linespace between the two. CSS reference:
viewtopic.php?t=4270

You use the "leading" style, and for example add it to .text_1_imageindex
Code
.text_1_imageindex {
leading: 5;
}
That should create more space below the "imageindex" text.

#2 - You should be able to set 50% width in settings for any TEXT_X item.