• I am trying to do text composition by using text-indent.
    I put following code in advance CSS editor.
    and I got the following result.

    Result of text-indent

    the code I put in is:

    .post {
    text-indent : 2em ;
    }

    what should I do if I just want text to apply text-indent setting and images doesn’t.

    Thank you!!!

The topic ‘text composition by using text-indent’ is closed to new replies.