• Lets se how to explain this in a easy way…

    When aligning text in the editor wordpress only adds some css to the text formatting tag:
    <p style="text-align:right;">example text</p>
    What I would love is if it instead/aswell gave it a class simmilar to the way images are handled:
    <img class="alignright" src="/example.jpg" />
    having it in the paragah tags as well would open up to a new level in designing pages in wordpress…
    imagine how many nice designs you have seen with a 3 column layout, imagine if you easily could do that in wordpress…
    I believe having worpress putting a class on any kind of text aligned:
    <p class="alignright">example text</p>
    would be a awesome feature…

    Until they add it as a core feature, anyone have an idea on how to achieve the same with out asking the editor to go into the html?

  • The topic ‘Adding a class to aligned text’ is closed to new replies.