Search…

X3 Photo Gallery Support Forums

Search…
 
Brazilia
Topic Author
Posts: 19
Joined: 09 Sep 2011, 14:15

Problem format text on page (Between HTML & Flash)

27 Sep 2012, 10:12

Hello,

I try since few hours to understand what happening with this problem : When I copy-paste some texte (before unformat this text) there are a difference between the texte I see in the interface :

http://www.pixibyte.com/image/Problem-format-txt-1.png

and the texte on the web site in flash :

http://www.pixibyte.com/image/Problem-format-txt-2.png

???

Can you help I'm very tired with that... (but I love imagevuex :)

Thanks
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Problem format text on page (Between HTML & Flash)

28 Sep 2012, 13:23

Where are you getting all those <div> tags from? Flash textfields (in Imagevue) do not read <div> tags, but instead they are ignored. Furthermore, the only reason you see any result in your html anyway, is because in this case <div></div> is the same as <br/> as it just creates an empty horizontal block. You should be using something like this:
Code
SOME PIECES<br/>
<br/>
10 tracks - Alien Record<br/>
total time : 41 minutes<br/>
Download on Fnac - Virgin - lastFM - Beatport - Bandcamp - Juno<br/>
<br/>
01 - 16 patterns - 02:06<br/>
02 - Definition - 03:24<br/>
... so forth ...
Sorry, flash textfields do not comply to html tags like a html browser renders html. Basically flash supports basic text formatting tags ...
 
Brazilia
Topic Author
Posts: 19
Joined: 09 Sep 2011, 14:15

Re: Problem format text on page (Between HTML & Flash)

28 Sep 2012, 14:24

Thanks,

All my text come from copy-paste from Words or Note on Mac OS 10.7.5

Curious...