Once again, monospaced fonts save the day !



Oops... make that:

body, table, input, textarea, --> iframe <-- { width: 45em !important; }

....because many so-called web-masters employ
" iframes " that don't scale with one's chosen font size.
( Note, this is truly an " accessablity " issue )

These are the same idiots who use dark text colors
( which don't show up on a black background ).
For heavy coders like me, glare from a white background is too painful.

As I said...

My font is always 80 columns ( monospaced ),
so 45em is _Always_ my true screen width ( minus the margins ).

And the " 100% " setting is useless because
this length gets smaller and smaller as blocks nest.

Once again, monospaced fonts save the day !

By the way, these settings can be deleted as they have no utility:

body * img {
width: auto !important; height: auto !important;
white-space: normal !important; margin-right: .5em !important;
display: inline !important; }


.