Search…

X3 Photo Gallery Support Forums

Search…
 
beusbeus
Topic Author
Posts: 2
Joined: 23 Oct 2009, 21:52

Text page problem

24 Oct 2009, 17:20

I have been trying to edit my textpage and everytime I center the Text it corrupt the page and I either can't edit it or nothing shows up in my textpage. If I copy and past the text in a new Textpage aligned on the right most of it shows up except for the lat picture and last line.

Can somebody help me with this?

www.beusphotography.com

Textpage: buy book /reviews
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

26 Oct 2009, 06:32

First of all, I need to tell you that flash textfields only support basic HTML and it is not easy to get them to output pictures+text exactly like you want it. They were not created to handle modern browser content - only basic text formatting. There is some tips on what TAGS are supported in textpages here:
https://www.photo.gallery/v2docs/articles/textpages/

At the time I checked your gallery, all text is available, but I guess you have now attempts at trying to center some content. May I ask what method you are using to center content? You should be able to use something like:
Code
<p align="center">text here</p>
Alost to be mentioned, is that your images might be corrupting the layout because flash textfields are not very good at laying out text and pictures together. It seems to have problems creating the correct length of textfields because it cant figure out the size the images take in the textfields. So, you could try some options without images to see if it works before adding the pictures. Another option to use with images to get the textfields to understand them correctly, is to use the following:
<textformat leading="imageheight"><img ... /></textformat>
Change "imageheight" with the height of your image, and it should help the textfield lay out your content taking the height of the image in mind. Unfortunately, this option may not work if you want text laigned on the SIDE of your image.

Finally, I just wanted to comment some of your textpage markup:
Code
<img style="WIDTH: 105px; HEIGHT: 146px" height="200" alt="" src="http://www.beusphotography.com/content/textpage/BookcoverV2.jpg" width="142">
Flash textfields do not support STYLE attribute like there, so that data will be dismissed.