• This is weird and i hope some whats going on.
    On another blog the text is published in a weird way like this…
    example…..
    Unfortunate wordpress doesnt let me create an example here…(weird)
    but imagine 1 or even 2 centimeters space between ever word !
    I hope you get the i dea ?
    I gives all big gaps between words.
    Its like its every line of text is filling the line ,no matter what !
    I never noticed it cause im using the some news part,and just changing the text everytime.
    Anybody has a clue why this happens?
    John

Viewing 6 replies - 1 through 6 (of 6 total)
  • Maybe a link would help? Your text looks reasonably normal to me.

    Justify the text in CSS

    Thread Starter john1000

    (@john1000)

    Justify ?
    any howto what please…

    Are you using CSS? A cascading style sheet? You can add a little code in your Body section:
    Body {
    color: #000000;
    letter-spacing: 0pt;
    text-align: justify;
    }
    I hope that helps some. 🙂

    Thread Starter john1000

    (@john1000)

    hi well i just didnt understand why this happend.
    but that justify was the one giving the problem.
    So i changed it to this….

    #content {
    position:relative;
    text-align: left;
    top: 10px;
    width:455px;
    margin:0px 0 0 270px;
    height: 100%;
    padding: 0px 0px 50px 0px;
    font: 80% Tahoma, Arial, Serif;
    }

    So the text align as “left ” should be ok ?

    It should be 🙂 Depending on some spaces, justifying your text might make it look a bit odd. You can also try to change the space between letters:
    letter-spacing: 1px;
    But if you’re happy with left align, then I wouldn’t fuss with it 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘weird text lines?…centered?’ is closed to new replies.