On 4/16/06, <b class="gmail_sendername">Mathew Snyder</b> <<a href="mailto:msnyder@servervault.com">msnyder@servervault.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I'm trying to use a .png image of our company's logo instead of<br>bplogo.gif. It isn't working. All that shows up is the alt text. I've<br>used a .gif and it's worked. Why can't I use a .png?<br><br>--<br>Mathew Snyder
<br>Systems Administrator<br>Network+<br>ServerVault TechOps<br></blockquote></div><br>
wonder if it could be something in the autohandler they use to fire off images since thats just a mason wrapper. <br>
<br>
They include png in the <br>
if ($file =~ /\.(gif|png|jpe?g)$/i) {<br>
type building handler so, I'm not sure whats misfiring for you?<br>
Maybe some looking and testing there might help ya in NoAuth/images/autohandler<br>
or if your server is configured to not use mason for png, maybe a misconfiguration there?<br>
<br>
Rod<br>
<br>