• Hi there,

    The past time I saw quit some questions about the image alignment within the newsletters. If you just use the default editor to give the image a certain alignment you’ll probably notice that the image is not floating the way you like it. This is because the templates don’t have a css class with information for the reader to put the image in the right place.

    After some work I found the solution just by adding these css class info to my newsletter template:

    – Download your html newsletter file from the alo newsletter theme folder.
    – Open your html newsletter file with a random html editor.
    – Find the <body> tag somewhere on top of the file.
    – Simply ad this code directly under the <body> tag.

    <img class="alignright" float="right">
    <img class="alignleft" float="left">

    (If you like you can put more of your own css preferences in there.)

    – Save the file and upload it to the alo themes folder.

    Now you just check you’re newsletter and give it a try!

    http://ww.wp.xz.cn/plugins/alo-easymail/

The topic ‘Image Alignment Css’ is closed to new replies.