Friday, November 9, 2007, 11:26:19 AM, Maria McKinley wrote:

> I am using foxblog, and somehow my sidebar ended up in my blog. Any
> ideas how to get rid of it? It's the bottom entry:

> http://www.shadlen.org/~maria/pmwiki/Blog/Blog

perhaps you need to exclude the SideBar page from the pagelist on
Blog.Blog : change name= to
             name=-Site.FoxBlogTemplate,-SideBar
             

Looking at your page (looks good!) I notice lower down some
   ====
These are inserted with the pagelist template, and on my site and in
the skins i use it gets translated as a double horizontal line.
The markup for this is:

## add double line horiz rule markup ====
Markup('^====','>^->','/^====+/','<:block,1>
  <hr class="hr-double" />');

and one needs a style class defined somewhere, like pub/css/local.css
or your skin css:

.hr-double {
        border: none 0; 
        border-top:1px solid #aaa;
        border-bottom:1px solid #aaa; 
        width:100%; 
        background:#fff; 
        height:3px; 
        }

(colour is set to a light grey)


  ~Hans


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to