Forums

[resolved] pre tag overflow not working (2 posts)

  1. MichellSi
    Member
    Posted 1 year ago #

    Hello,
    when I use html tag pre for some text, in post aren't shown scrollbars.

    In css I have defined this for pre tag:
    pre {
    font-family: 'Courier New', Courier, Fixed;
    overflow: auto;
    width: 512px;
    border: 1px dashed black;
    padding: 3px 2px 3px 2px;
    color: #000000;
    background-color: #ffffff;
    }

    But it doesn't working. The text is cut on the end of page - see this link

  2. MichellSi
    Member
    Posted 1 year ago #

    I repared it. It's done.

Topic Closed

This topic has been closed to new replies.

About this Topic