Friday, October 23, 2009, 8:14:27 PM, Sven Hartenstein wrote:

> But this would mean the variable has just one value. I would like the
> wiki editors to be able to set the variable differently for each page,
> when editing the page.

Then maybe it is easiest to use  div markup for those quotes, with a
specific class name, and use css to set the div where you want it.
But you would need to absolutely position it.
for instance
in page content:

>>topquote<<
here is a quote..
>><<

in pub/css/local.css:

.topquote {
  position:absolute;
  top:10px; right:400px;
  width:300px;
  ......
}


  ~Hans


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

Reply via email to