I am trying to get a long post to scroll. I read on a previous forum to us this
.entry-content
{
width: 600px;
height: 200px;
padding: 10px;
overflow: auto;
}
this works BUT it makes all of my static pages 200px height also.
hints? advice?
Thanks