Page 1 of 1

how to center an images

Posted: Sat Aug 17, 2013 2:37 pm
by michaeldanwild

I have tried adding the css as recommended but the images still do not centre


how to center an images

Posted: Sat Aug 17, 2013 2:53 pm
by Alena Prykhodko

Hello!

For Page on Load event Run JS:

codeAppery('imagename').css('margin', 'auto');
Appery('imagename').css('align', 'center'); /code

where imagename - name of image component.


how to center an images

Posted: Wed Dec 11, 2013 11:25 pm
by Scott Schechtel6280324

this does not work. I have:

Appery('a_00x600.png').css('margin', 'auto');
Appery('a_00x600.png').css('align', 'center');

and the image is still floating left:
http://appery.io/app/mobile-frame?src...


how to center an images

Posted: Wed Dec 11, 2013 11:28 pm
by Scott Schechtel6280324

Nevermind, the css works instead.....