>Is there a way to get PmWiki to insert space around graphics (that are
>wrapped in text)? For instance, here's the code that's generate after
>uploading an image...
Add to the CSS:
eg
#wikitext img {
padding: 5px;
}
will add 5 pixels of space all around the image. padding-left,
padding-right etc control the individual margins
Regards,
Chris