[REBOL] Re: IS it possible to force text width to some amount of pixels (or p...
From: SunandaDH::aol::com at: 13-Aug-2005 10:47
Gerard:> Can someone tell me if there is a way to limit the output width to some > number of pixels (fixed) or to some percentage of the > display? How can I do this?In most modern browsers this should work: Add this to your CSS: html {max-width: 800px;} * {max-width: 800px;} (The first line alone should be good enough. The 2nd is for luck). Sunanda







