how to center an images
I have tried adding the css as recommended but the images still do not centre
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I have tried adding the css as recommended but the images still do not centre
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.
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...
Nevermind, the css works instead.....