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