How to format a text in HTML ?

    • 318 posts
    January 3, 2019 3:33 AM EST

    Hello,

    When I create a block html, I do not understand how to put my text in bold, italic, centered etc ... The style does not work in the block HTML.

    Do you have any advice to give me ?

    Thank you in advance


    This post was edited by Lovea at January 3, 2019 3:33 AM EST
    • Moderator
    • 6923 posts
    January 3, 2019 4:34 AM EST

    Did you try a rich text block? Did you clear cache?

    • 318 posts
    January 3, 2019 5:20 AM EST

    RhÔoooo....

    Thanks à lot !!!

    • Moderator
    • 6923 posts
    January 3, 2019 2:14 PM EST

    You're welcome! Hope it worked out for you.

    • 119 posts
    March 1, 2019 5:45 PM EST

    You can use in a HTML Block

    <div style="font-weight: bold; font-style: italic;"> your text here.</div> or <p style="font-weight: bold; font-style: italic;"> your text here.</p>

     

     

    Hope this helps