Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
megastudio
Experienced
Topic Author
Posts: 28
Joined: 27 Jan 2007, 21:12

I can not use the pages of text

17 Sep 2011, 23:38

Look, I can not use the pages of text, I tried all ways and always of a different error, I can not understand the logic, I tried using html, but when presenting online is totally different, note the example below.

In this presentation is the editor / / /
Captura de Tela 2011-09-18 às 00.27.40.JPG
Captura de Tela 2011-09-18 às 00.27.40.JPG (76.1 KiB) Viewed 5380 times
Online is so, what can this be, browser error? I need help.
Captura de Tela 2011-09-18 às 00.32.02.JPG
Captura de Tela 2011-09-18 às 00.32.02.JPG (66.66 KiB) Viewed 5380 times
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

Re: I can not use the pages of text

18 Sep 2011, 11:05

Well, there are a few things here that needs to be mentioned.

First of all, the editor, is just an editor ... It does not represent exactly how the page will look in your theme/gallery, because this is styled by a separate CSS stylesheet.

As for the text aligned to the RIGHT of your image, this is a problem with flash textfields and their weakness with text-aligning with images. It can usually be solved by using textformat:
Code
<textformat leading="100"><img src="..." height="100" width="100" /></textformat>
The final problem I assume is related to height in line breaks and alignment? Are you using <br> (shift+enter) or new paragraph <p> (enter)? Perhaps you can give me link and login to your admin so I can take a look?
 
User avatar
Artur
Imagevue PowerPack
Posts: 510
Joined: 20 May 2011, 03:17

Re: I can not use the pages of text

18 Sep 2011, 14:16

I think, would be much easier make sticky topic, called " Before post new topic, read about textpage limitations", with pictures, examples, whatever...
Because all new forum users (include me :P ) starts with topic: "What a hell is wrong with my Text Page" :)

(mjau-mjau, I'm impressed your patience for explaining all the time the same...)
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

Re: I can not use the pages of text

19 Sep 2011, 01:35

Good suggestion Artur ...
 
User avatar
megastudio
Experienced
Topic Author
Posts: 28
Joined: 27 Jan 2007, 21:12

Re: I can not use the pages of text

19 Sep 2011, 07:08

I have no time to be reading pages and pages of text. I think the text pages never worked properly and that would be great to be adjusted. Thank mjau-mjau, by trying to help but I do not have sificente knowledge to fix this error.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

Re: I can not use the pages of text

20 Sep 2011, 04:19

I think I helped you with one of your pages through PM.

Just for the record though, I have to mention that flash textfields simply are not very nice to work with, because Adobe never made them work properly like browsers do. The fact that text aligns on the right of images, is something to do with flash textfields vs images, and not something we can just "fix" ... Images just align to left for some reason, and you need to either make the images same width as the textfield, or use the <textformat> fix I mentioned.

We would love to make textpages more accessible, but they are out of our controls because they are just flash textfields, and this is how they render text.

For the future release, we will focus more on html/jquery, and you may be able to display textpages in a html layer with proper formatting ...