Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
aivolie
Topic Author
Posts: 10
Joined: 27 May 2008, 09:39

textalign in filemod

23 Nov 2008, 09:57

Karl, is it possible to create textalign=bottom in filemod? (config/settngs/filemod/textalign=bottom)
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

23 Nov 2008, 23:43

Unfortunately no ... There is no way to align text vertically in a textfield, only horizontally.

Also, I am not sure about your logic here - A textpage in imagevue, adapts to the size of its content. If you could set align=bottom, it would still be right under the line above - It won't suddenly create a random space. Why not just use many <br/> tags to create a vertical space?
 
User avatar
aivolie
Topic Author
Posts: 10
Joined: 27 May 2008, 09:39

24 Nov 2008, 03:06

I just wanted to create some text under a picture on startpage.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

24 Nov 2008, 04:51

aivolie wrote:I just wanted to create some text under a picture on startpage.
You are speaking of a textpage I presume? That should be possible ... the only problem is that flash textfields aren' very good at layout, especially when it comes to images. Did you try something like this?
Code
<textformat leading="200"><img src="image.jpg" width="300" height="200" /></textformat><br/>Your text under image here