As Jeff says, non-animated GIFs are supported. In your code above, make sure that the src URI is "/images/header.gif" with a leading / to make sure you're referencing from the package root. A relative URI without a leading / can end up
not being resolved. See http://kraigbrockschmidt.com/blog/?p=425 for more on this.