New look for archives
    Walter Bright 
    newshound at digitalmars.com
       
    Thu Mar  8 22:25:27 PST 2007
    
    
  
Vladimir Panteleev wrote:
> 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.
I tried it, but it wraps code, too, goofing it all up.
    
    
More information about the Digitalmars-d-announce
mailing list