Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS css font

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #40286
    nuodas159
    Participant

    how to fix the text-width?
    http://www.part.lt/img/22130307517d7ccdf6565c8a4a59f932599.PNG

    I tried the width: 256px; but doesn’t work.

    #111821
    Paulie_D
    Member

    We’d need to see the full HTML/CSS

    #111822
    nuodas159
    Participant

    Like this: http://jsfiddle.net/kU2Ey/

    how to do when printing the text.

    text: saddddddddddddddddadasdsadadadadadasdasdasdsadasad

    with css to do that would be like this:

    text:
    saddddddddddddddd

    dadasdsadadadadada

    sdasdasdsadasad

    #111823
    Paulie_D
    Member

    I know what you are trying to achieve but without knowing the structure and styling we can’t help.

    #111826
    sdaitzman
    Participant

    What @Paulie_D said.

    #111827
    sdaitzman
    Participant

    Maybe try:

    element.class {
    text-overflow: scroll;
    }

    Or maybe text-overflow-x: scroll;

    You could also try (for both) auto instead of scroll. It depends on tons of other stuff, though.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘CSS’ is closed to new topics and replies.