Trying a whole bunch of different ways to get my elements to float (which all work in gmail etc) in hotmail.
< div class=”plzfloat” id=”floats” style=”float:left”>
#floats{float:left;} .plzfloat { float:left;}
I even added css rules for a class and id that would add the float rule but when I view it in hotmail all my floats have been stripped out of my email.
Been searching google but haven’t had any luck finding sources saying float isn’t supported by hotmail – anyone have any experience with this?
Cheers,
Ian
You can’t code emails the same way as you do for web.
Here is a resource for starting out in HTML email: http://www.reachcustomersonline.com/how-to-code-html-email-newsletters-all-new-version/
It will get you started on the right path.