On Nov 9, 2007 4:17 AM, Hans <[EMAIL PROTECTED]> wrote: > > 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 > >
Thanks a lot for your help Hans. I'm not sure if my change to the css sheet really happened (there was nothing in my local.css before), because it didn't look like anything changed. I think I would like to get rid of the "created --" bit right before the Comments , or else move it to be with the by maria bit. Is there an easy way to change this? cheers, maria _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
