• Is there a way to allign my text left AND right in a new post?
    Standard there are the left OR right OR center options.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hmm, I think what you are after is
    p {
    text-align:justify;
    }

    Try that in your css file.

    Hope it’s what you’re after.

    To split a line of text so the first few words are aligned left and the last few words are aligned right – what I’ve done in the past is use a table.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text allign’ is closed to new replies.