Scrollbars and Overflow in Posts (Code Tags)

YAY!

Finally, seems like forever, I added this CSS to the posts (postbit) for table columns and scrollbars work still do not work for code tags and text inside posts.

<style>
td {
    max-width:200px;
    overflow: auto;
    white-space: nowrap;
}
</style>

[s]YAY...

Now scollbars appear in the post (and/or in the code tags); so I got rid of the scrollbars around the outside of the posts.

It's not 100% perfect, but it is much better than before.[/s]

Update!

DARN!

That does not work because the NO WRAP directive is applied to all text in the post.

RATS!

Back to the drawing board...

DARN!

Reverted the changes back and now the scrollbars are wrapped around the entire post again.

Sorry, it's not fixed yet.

Tables ... errrrrrrrr ..... they gotta go....

This problem was fixed by removing all <table> elements in the code for posts and replacing them with <div> elements.

That's the problem with running code which is 10 years old.