New look for archives

Vladimir Panteleev thecybershadow at gmail.com
Thu Mar 8 14:25:37 PST 2007


On Fri, 09 Mar 2007 00:14:31 +0200, Walter Bright <newshound at digitalmars.com> wrote:

> Johan Granberg wrote:
>> The last post is not linewrapped in konqueror causing side scrolling.
>
> The formatter doesn't wrap the lines, as it is usually preformatted.

I'd still suggest making the text inside the <pre> blocks wrappable. You can do this either by using ordinary <div>s instead of <pre>s for the PostingBody, or adding the following CSS attribute to the PostingBody class in /d/style.css:

   white-space: normal;

This will make user-agents rewrap text, eliminating horizontal scroll bars.

-- 
Best regards,
  Vladimir                          mailto:thecybershadow at gmail.com



More information about the Digitalmars-d-announce mailing list