Page 1 of 1
[RESOLVED] How to center image on textpage ?
Posted: 12 Sep 2008, 11:30
by leoz
Hi,
First I don't speak english very well, sorry
I want to center a picture on the HTML Page, I'm using last version of V2 (03 september 2008).
I add my picture with a html code <img></img>
I suppose for center picture, use balise <center></center> but not working :/
Thx for you help.
Leoz
Posted: 12 Sep 2008, 12:15
by Barbapapa
Hi leoz,
try it without the center tag
example: *img src="content/textpage/folder/picture.jpg" /*
Posted: 12 Sep 2008, 12:59
by leoz
Hi Barbapapa,
Sorry but he not work,
I try with * and /* (* and /* it's comments on CSS no ?)
I try with img src="content/pictures1/4.jpg"
I try with *img src="content/pictures1/4.jpg"/*
Nobody working...:/
Thanks for your help Barbapapa

Posted: 12 Sep 2008, 13:53
by Barbapapa
sorry,
forgot it.
You have to put
''<''before
and ''/>'' after img src=........ instead of *......*
Posted: 12 Sep 2008, 16:16
by leoz
This picture is on the page but it's not centered :/
Posted: 12 Sep 2008, 23:06
by mjau-mjau
Try this:
<textformat align="center"><img src="content/pictures1/4.jpg" /></textformat>
... or ...
<p align="center"><img src="content/pictures1/4.jpg" /></p>
Posted: 13 Sep 2008, 10:39
by nz-photo
Hi Karl, Both doesn't work for me.
Posted: 14 Sep 2008, 08:28
by leoz
Doesn't work for me to :/
Posted: 14 Sep 2008, 14:52
by mjau-mjau
I did some further research into this, and unfortunately, flash does not support center align for images. I did however come across a quirky workaround method which may work for some people:
<img src="content/pictures1/4.jpg" hspace="100" />
By using the
hspace attribute, you can define the horizontal margin of the image. This means you can "move" it towards the center - It may require some calculating and experimenting.
Posted: 14 Sep 2008, 17:44
by leoz
Good, thx for the astuce

Posted: 11 May 2009, 22:05
by qxygenex
try
align="center"
also
align="right", align="left" works as well..
Posted: 12 May 2009, 00:28
by mjau-mjau
Wow! advanced flash textformatting!

How did you get those thumbnails aligned at the right?? Its almost as you have achieved that thanks to some non-consistency in flash textfields.