Page 1 of 1

picture after text

Posted: 25 Aug 2011, 13:27
by Wagner Alex
hi!

please have a look to my attachment. this is my intention.

but i always receive that: http://wagneralex.at/#/content/test/

what can i do now?

thanks,
alex

Re: picture after text

Posted: 26 Aug 2011, 00:03
by Artur
You may use "textformat leading" function.

Example:
Code
<textformat leading="-50"><p>test test test</p></textformat>
<textformat leading="110"><p><img alt="Brandneu_0001" src="content/test/Brandneu_0001.jpg" height="133" width="200" /></p></textformat>
<textformat leading="-50"><p>test test test</p></textformat>
<textformat leading="110"><p><img alt="Brandneu_0005" src="content/test/Brandneu_0005.jpg" height="133" width="200" /></p></textformat>
<textformat leading="-50"><p>test test test</p></textformat>
<textformat leading="110"><p><img alt="Brandneu_0003" src="content/test/Brandneu_0003.jpg" height="133" width="200" /></p></textformat>

Re: picture after text

Posted: 26 Aug 2011, 13:42
by Wagner Alex
hi!

thanks, but that way it does not work...

have a look:
http://wagneralex.at/#/content/Brandneu/

the same code as you told me...

alex

Re: picture after text

Posted: 26 Aug 2011, 16:31
by Artur
wagneralex.at wrote:the same code as you told me...
My code was for example which you give in first post - checked, works well. :)

In case you have now, you have to delete "leading" for text (I think...), so will looks like this:
Code
<p>test test test</p>
<textformat leading="133"><p><img alt="Brandneu_0001" src="content/test/Brandneu_0001.jpg" height="133" width="200" /></p></textformat>
<p>test test test</p>
<textformat leading="133"><p><img alt="Brandneu_0005" src="content/test/Brandneu_0005.jpg" height="133" width="200" /></p></textformat>
<p>test test test</p>
<textformat leading="133"><p><img alt="Brandneu_0003" src="content/test/Brandneu_0003.jpg" height="133" width="200" /></p></textformat>
Just play with "textformat leading" function, try it yourself :wink:

Re: picture after text

Posted: 26 Aug 2011, 17:13
by Wagner Alex
hi!

thanks for your help. now everything is alright!

but for someone who is not good with html it is too complicated...

for me - everything's good now!

kind regards,
alex

Re: picture after text

Posted: 27 Aug 2011, 04:34
by mjau-mjau
wagneralex.at wrote:but for someone who is not good with html it is too complicated...
Unfortunately, there are some issues with Flash textfields and embedded images. They do not get along very well together in terms of text alignment! If we could, we would have made it easier, but there are some workarounds required sometimes to get the results you want ...