Hi Jerry,
https://jspwiki-wiki.apache.org/Wiki.jsp?page=How%20to%20change%20the%20site%20logo
See step-3 / adding styles to the LeftMenu page
The trick is to add the %%add-css block only to the LeftMenu page.
This page is included in the sidebar, which is rendered *every time* a
users accesses a
Is that supposed to work in 2.11.0.M3? I tried this and the CSS got added
like this:
/*hide the default
jspwiki logo */a.logo { border:none; text-indent:-99em;}a.logo
b:before { content:""; }/* put the clean-blue logo, attached to
this page */a.logo {background: url(images/imagej.jpg);
bac
Ulf,
This should work in 2.11.0.M3
The HTML you show is the html as it is rendered from the server.
This should actually be converted to a ... block.
Could you check if you have any javascript errors ? (ref development
console of the browser)
For the css url(...) to work, you may want to add