[pmwiki-users] Get rid of "vspace" only in Site.SideBar

Patrick R. Michaud pmichaud at pobox.com
Tue Sep 6 12:38:37 CDT 2005


On Tue, Sep 06, 2005 at 07:30:01PM +0200, Benjamin Fay wrote:
> Hello
> How can i get rid of "vspace" only in Site.SideBar? Can this be done in 
> local/config.php?

Trying to eliminate the "vspace" in just the Site.SideBar is probably 
the wrong approach; we could either fix the list output somehow
or else maybe it can be fixed in CSS.

But initially if your list has:

    * item
    * item
    * item

    Something else

you can get the paragraph to appear outside of the list item by
ending the list explicitly; e.g., try:

    * item
    * item
    * item
    [==]

    Something else

Here the [==] does nothing but cause the list to end without
generating a vspace paragraph.

Pm




More information about the pmwiki-users mailing list