Sign up (with export icon)

email/transformations/transformemailfloattoalign

Api-module iconmodule

Constants

  • Transform float: left/right to align="left"/"right" for table and img elements.

    Examples:

    • <table style="float: left"> → <table style="float: left" align="left">
    • <img style="float: right"> → <img style="float: right" align="right">