michaeldanwild
Posts: 0
Joined: Sun Aug 11, 2013 4:11 pm

how to center an images

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

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

how to center an images

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.

Scott Schechtel6280324
Posts: 0
Joined: Sun Sep 29, 2013 12:03 am

how to center an images

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...

Scott Schechtel6280324
Posts: 0
Joined: Sun Sep 29, 2013 12:03 am

how to center an images

Nevermind, the css works instead.....

Return to “Issues”