[Pmwiki-users] Custom image markup

Jeroen Coumans jeroen
Fri Jul 2 08:42:05 CDT 2004


Hi,

I'm trying to implement the dropshadow image technique described at 
<http://www.alistapart.com/articles/cssdrop2/>. It requires two 
additional divs wrapped around <img>. How can I do this in pmwiki-1.x? I 
naively tried adding the following line to local.php:

$UrlImgFmt = "<div class='alpha-shadow'><div><img src='\$Url' 
title='\$Url' alt='' img></div></div>"

But it didn't work. I know I can hack pmwiki.php, but I'd rather not do 
that. Any pointers or suggestions?

-- 
Groeten/Greetings,
Jeroen Coumans
www.jeroencoumans.nl



More information about the pmwiki-users mailing list