I use this section of code to insert images based on tags. <SCRIPT TYPE="text/javascript"> for (x in DP_Tags) { var tag=DP_Tags[x]; if (tag.match("@Digital/MA")) document.write("<img src='file:///F:/DVD Profiler Media/MoviesAnywhere.png' />"); if (tag.match("@Digital/DMA")) document.write("<img src='file:///F:/DVD Profiler Media/Disney_Movies_Anywhere_2.png' />"); if (tag.match("@Digital/iTunes")) document.write("<img src='file:///F:/DVD Profiler Media/iTunes.png' />"); if (tag.match("@Digital/UltraViolet")) document.write("<img src='file:///F:/DVD Profiler Media/UltraViolet.png' />"); if (tag.match("@Digital/VUDU")) document.write("<img src='file:///F:/DVD Profiler Media/logo_vudu4uvvu_120x80.png' />"); if (tag.match("@Digital/XD")) document.write("<img src='file:///F:/DVD Profiler Media/HDX_VWC_Checkout.png' />"); if (tag.match("@Digital/HD")) document.write("<img src='file:///F:/DVD Profiler Media/HD_VWC_Checkout.png' />"); if (tag.match("@Digital/UHD")) document.write("<img src='file:///F:/DVD Profiler Media/UHD.png' />"); if (tag.match("@Digital/SD")) document.write("<img src='file:///F:/DVD Profiler Media/SD_VWC_Checkout.png' />"); if (tag.match("@DiscToDigital_Eligible")) document.write("<img src='file:///F:/DVD Profiler Media/D2D.png' />"); if (tag.match("@DiscToDigitalc")) document.write("<img src='file:///F:/DVD Profiler Media/symbol_check.png' />"); if (tag.match("Cabinet/")) document.write(tag.substring(tag.lastIndexOf("/")+1)); } </SCRIPT> Tags: Result: |