From: Douglas Livingstone Date: 2005-01-08T04:09:18+09:00 Subject: Re: Ruby Quiz Site (was Re: [QUIZ] LCD Numbers (#14)) > I should have said "a working CSS patch", because if it's not that > simple it's a waste of time on a doomed site. True, you did say that. As you have a doctype in there already, you could get off with putting this: _white-space: pre; After the following line: white-space: pre-wrap; /* avoid overflow */ (The underscore at the start will make it apply only in IE, leaving other browsers to display as they do already.) Douglas