[pmwiki-users] Using variable in skin template

Hans design5 at softflow.co.uk
Fri Oct 23 15:47:32 CDT 2009


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




More information about the pmwiki-users mailing list