Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
Wagner Alex
Experienced
Topic Author
Posts: 37
Joined: 22 Aug 2011, 03:58

picture after text

25 Aug 2011, 13:27

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
Attachments
01.JPG
01.JPG (71.92 KiB) Viewed 5513 times
 
User avatar
Artur
Imagevue PowerPack
Posts: 510
Joined: 20 May 2011, 03:17

Re: picture after text

26 Aug 2011, 00:03

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>
 
User avatar
Wagner Alex
Experienced
Topic Author
Posts: 37
Joined: 22 Aug 2011, 03:58

Re: picture after text

26 Aug 2011, 13:42

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
 
User avatar
Artur
Imagevue PowerPack
Posts: 510
Joined: 20 May 2011, 03:17

Re: picture after text

26 Aug 2011, 16:31

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:
 
User avatar
Wagner Alex
Experienced
Topic Author
Posts: 37
Joined: 22 Aug 2011, 03:58

Re: picture after text

26 Aug 2011, 17:13

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

Re: picture after text

27 Aug 2011, 04:34

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 ...