[Pmwiki-users] Re: space around image

Chris Lowis pmwiki
Tue Feb 24 04:35:50 CST 2004


 >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




More information about the pmwiki-users mailing list