Forums

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

Home Forums CSS [Solved] Wrap text

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27923
    dcp3450
    Participant

    Oddly enough, i’ve never had to deal with this issue but the text in my div does not wrap. Text has always wrapped no problem so i’m kinda confused. I’ll keep doing some research but if anyone know whats going on please let me know.

    Code:
    WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW

    Code:
    #news
    {
    background: transparent url(images/newsNotecard.png) no-repeat top left;
    cursor: pointer;
    height: 304px;
    position: relative;
    text-align: center;
    width: 468px;
    z-index: 700;
    }

    #newsText
    {
    height: 304px;
    margin: 0 auto;
    padding: 62px 10px 10px 10px;
    text-align: left;
    width: 420px;

    }

    #70639
    dcp3450
    Participant

    :::facepalm:::

    #70644
    TheDoc
    Member

    Face palm because you figured it out?

    If you haven’t, it’s because it’s just one long word. Break up all of those W’s into different segments, and you will see it will wrap!

    #70645
    dcp3450
    Participant

    Yeah, I figured it out. After I posted the question it dawned on me. :oops:

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