I wish to know how to align an image. I want it centered. I read in an old post that I have to add $('.mobileimage7_div').css('margin', 'auto'); $('.mobileimage7_div').css('align', 'center'); during the page startup. Since I am a noob in making these apps, I have no idea where to add this code. Plea...