[pmwiki-users] Preformatted text / wiki style
    Petko Yotov 
    5ko at free.fr
       
    Thu Jul 26 02:33:34 CDT 2007
    
    
  
On Thursday 26 July 2007, Petko Yotov wrote:
> On Thursday 26 July 2007, pmwiki at 911networks.com wrote:
> > I have the horizontal scroll working properly, but is there a way
> > of doing a wiki style, so that can control the vertical scroll?
> You can use something like:
>
>   (:div style="height:400px; overflow: auto;":)
>    [@
>     Your code
>    @]
>   (:divend:)
You can of course set this as a style in your local.css:
  div.vscroll { height:400px; overflow: auto; }
and in the wiki page:
   >>vscroll<<
   [@
     code
   @]
   >><<
Petko
    
    
More information about the pmwiki-users
mailing list