the code I use is
CODE
<IMG SRC="http://www.seadoc.net/sd/icon/<$MTEntryCategory$ dirify='1'>.gif" alt="<$MTEntryCategory$>" border=0>
When I rebuild I don't have any errors and the code is inside the correct container
When I view the page I get an icon Placeholder but no GIF.
Viewing the source gives:
CODE
<IMG SRC="http://www.seadoc.net/sd/icon/<$MTEntryCategory$ dirify='1'>.gif" alt="Perspective" border=0>
MT is parsing the ALT tage but not the SRC tag
Any help??