Henrik Bechmann wrote:
> Is there anything I can do to just get
> 
> background-image:url(http://parkcommons.ca/shared/wiki/app/pub/skins/FoldersCMSBase/garden_bg.jpg)
I had this exact problem. I *think* the solution was to define a markup 
using Keep. This is what I used for my case, and might help give you 
some ideas:
Markup('^Country:', 'fulltext',
     '/^Country\\s+([a-zA-Z][a-zA-Z]):(.*?)>><</isme',
     "Keep('<div class=\'country\'
style=\'background-image:url(\"'.\$GLOBALS['PubDirUrl'].'/skins/dropdown/flags/'.
 

strtolower($1). '.png\")\'>'. PSS('$2'). '</div>')"
);

  ~ ~ Dave

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

Reply via email to