Here are the first 10 lines of my product.tpl ... did I put this in the right spot? And this will be for category 1, I made it first and left it empty knowing I would have to fight this battle after I got the easy ones done....
Code:
{*
$Id: product.tpl,v 1.180 2008/12/05 12:54:17 joy Exp $
vim: set ts=2 sw=2 sts=2 et:
*}
<script type="text/javascript" src="{$SkinDir}/customer/popup_open.js"></script>
<script type="text/javascript" src="{$SkinDir}/main/popup_image.js"></script>
{if $cat eq 1}
{if $active_modules.Special_Offers}
EDIT: It worked! I set a margin vastly different in the first half of the code to test it, and it worked perfect ... did I put it in the right spot though? Or should it be before those javascript lines?