[pmwiki-users] images and styles

Patrick R. Michaud pmichaud at pobox.com
Wed Nov 8 21:14:44 CST 2006


On Thu, Nov 09, 2006 at 01:01:42AM +0100, Martin Spindler wrote:
> Hi list
> 
> why does
> 
> %style=border-color:#ffffff;%http://www.foo.com/image.png"some text"
> 
> not work? Is there any workaround?

Because by default images in PmWiki are displayed borderless,
so changing the border color on a zero-border doesn't help.

Try the following instead:

    %apply=img border='#ffffff solid 1px'% http://www.foo.com/image.png

See also http://www.pmwiki.org/wiki/Test/BorderColorImg
for an example.

Pm




More information about the pmwiki-users mailing list