I’m running EE v2.1.3 Build 20101220 and trying to use phpthumb to display a thumbnail in a channel entry.
Phpthumb uses a parameter like “&w=” which I have in the template. But when I render the template, the image is broken. Looking at the page’s source code reveals that <pre><code>”&w=”</code></pre> is replaced with <pre><code>”&w=”</code></pre> which isn’t working.
How can I actually keep the “&”?