Baffled: Has someone seen this / know how to fix?

2 replies
Ok, I have just added a simple line of code from a clients php file. The JS is supposed to create a light box effect when I click on the link. However when I go to view the page the link is not there. When I look in firebug the added element is not there either.
When I log back into ftp after updating the file and pull it down to a new place I see the correct source in dreamweaver. What gives?

Code:
      
<div class="innerlineL">
        <div class="giveL"><img src="http://www.warriorforum.com/images/btn_online.png" width="300" height="65" alt=""  border="0"/>
</div>
        <div class="giveR"><img src="http://www.warriorforum.com/images/pay_MC.jpg" width="65" height="40" /> <img src="http://www.warriorforum.com/images/pay_VISA.jpg" width="65" height="40" /> <img src="http://www.warriorforum.com/images/pay_INTSW.jpg" width="65" height="40" /> <img src="http://www.warriorforum.com/images/pay_VBV.jpg" width="65" height="40" /><a href="donate.php" class="hdlinks" title="" rel="gb_page_center[520,300]" onclick="return GB_showFullScreen('', this.href)">Click &gt;&gt;</a>
        </div>
      </div>
      <div class="innerlineL">&nbsp;</div>
      <div class="innerlineL">
        <div class="giveL"><img src="http://www.warriorforum.com/images/btn_cash.png" width="300" height="65" /></div>
        <div class="giveR">
          <p><a href="banks.php" class="hdlinks" rel="gb_page_center[520,300]" onclick="return GB_showFullScreen('', this.href)">Click To See Details &gt;&gt;</a></p>
        </div>
      </div>
Edit: Thinking it may be their server... I don't know. This is the first this has ever happened to me.
#baffled #fix

Trending Topics