* pancake <panc...@youterm.com> [2010-05-23 21:37]: > I mean.. I want to have a fixed width of screen and only scroll > vertically by adapting the text to fit the full width instead > of following the page style.
If I understand correct, something like that might help a bit: in style.css body {width:300pt !important;} * {max-width:300pt !important;} -- stanio_