Page 1 of 1

textalign in filemod

Posted: 23 Nov 2008, 09:57
by aivolie
Karl, is it possible to create textalign=bottom in filemod? (config/settngs/filemod/textalign=bottom)

Posted: 23 Nov 2008, 23:43
by mjau-mjau
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?

Posted: 24 Nov 2008, 03:06
by aivolie
I just wanted to create some text under a picture on startpage.

Posted: 24 Nov 2008, 04:51
by mjau-mjau
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