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
--
To unsubscribe from the list, just send an email to
lists at rebol.com with unsubscribe as the subject.
