Randolph<br><br>See the example in <a href="http://www.pmwiki.org/wiki/PmWiki/Images">PmWiki/Images</a> (although that refers to .bmp, the same principle applies)<br><p style="margin-left: 40px;" class="vspace question"> <b>Is there a way to attach a BMP and have it display rather than link?</b></p>

<p style="margin-left: 40px;"> Add to config.php the following line:<br> <code>$ImgExtPattern = &quot;\\.(?:gif|jpg|jpeg|png|bmp|GIF|JPG|JPEG|PNG|BMP)&quot;;</code><br>Note
that BMP images are uncompressed and quite heavy. You may wish to
convert them to PNG (lossless) or JPG (lossy) format, and thus reduce
5-20 times their filesizes. <br></p><p></p>You should be able to do the same with .svg<br><br>Regards Nigel<br><br><div class="gmail_quote">2009/9/18 W Randolph Franklin <span dir="ltr">&lt;<a href="mailto:pmwiki@wrfranklin.org">pmwiki@wrfranklin.org</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I&#39;d like to have SVG files displayed inline as images, along with JPG<br>
etc.   What needs to be modified?   Browsing config.php and searching<br>
this list&#39;s archives failed to find an answer.<br>
<br></blockquote></div>