Need help fixing an IE bug

Discussion in 'HTML & Website Design' started by DLGx, Nov 5, 2006.

  1. #1
    In the neverending struggle for making things work in Microsoft's broken browser I've stumbled upon a new problem.

    It's the far right skyscraper banner on http://www.zoodu.com.

    IE reports an error right after the ending:

    <!-- ValueClick Media 120x600 and 160x600 SkyScraper CODE for zoodu.com -->
    Code (markup):
    Claiming it is expecting an "object"

    Full code looks like this, and I really don't understand what's wrong. If I remove the advertising code there is no error. Have I just got tunnelvision and missed something?

    <TABLE BACKGROUND="/images/dblueblock.png" BGCOLOR=#00909E BORDER=0 CELLPADDING=0 CELLSPACING=0>
    	<TR>
    		<TD COLSPAN=2>
    			<IMG SRC="/images/adpod_03.png" WIDTH=14 HEIGHT=19 ALT=""></TD>
    		<TD BACKGROUND="/images/dblueblock.png" BGCOLOR=#00909E WIDTH=120 HEIGHT=19 CLASS="title">Advertisement</TD>
    		<TD COLSPAN=2>
    			<IMG SRC="/images/adpod_05.png" WIDTH=14 HEIGHT=19 ALT=""></TD>
    	</TR>
    	<TR>
    		<TD CLASS="borderLEFT" WIDTH=4 HEIGHT=600 ALT=""></TD>
    		<TD BACKGROUND="/images/dblueblock.png" BGCOLOR=#00909E WIDTH=10 HEIGHT=600 ALT=""></TD>
    		<TD BACKGROUND="/images/dblueblock.png" BGCOLOR=#00909E WIDTH=120 HEIGHT=600 ALT="" ALIGN="CENTER">
    
    <!-- ValueClick Media 120x600 and 160x600 SkyScraper CODE for zoodu.com -->
    <script language="javascript" src="http://media.fastclick.net/w/get.media?sid=30968&m=3&tp=7&d=j&t=n"></script>
    <noscript><a href="http://media.fastclick.net/w/click.here?sid=30968&m=3&c=1" target="_blank">
    <img src="http://media.fastclick.net/w/get.media?sid=30968&m=3&tp=7&d=s&c=1"
    width=160 height=600 border=1></a></noscript>
    <!-- ValueClick Media 120x600 and 160x600 SkyScraper CODE for zoodu.com -->
    
    		</TD>
    		<TD BACKGROUND="/images/dblueblock.png" BGCOLOR=#00909E WIDTH=10 HEIGHT=600 ALT=""></TD>
    		<TD CLASS="borderRIGHT" WIDTH=4 HEIGHT=600 ALT=""></TD>
    	</TR>
    	<TR>
    		<TD COLSPAN=2 ROWSPAN=2>
    			<IMG SRC="/images/adpod_12.png" WIDTH=14 HEIGHT=19 ALT=""></TD>
    		<TD BACKGROUND="/images/dblueblock.png" BGCOLOR=#00909E WIDTH=120 HEIGHT=11 ALT=""></TD>
    		<TD COLSPAN=2 ROWSPAN=2>
    			<IMG SRC="/images/adpod_14.png" WIDTH=14 HEIGHT=19 ALT=""></TD>
    	</TR>
    	<TR>
    		<TD CLASS="borderBOTTOM" HEIGHT=8 ALT=""></TD>
    	</TR>
    </TABLE>
    Code (markup):
     
    DLGx, Nov 5, 2006 IP
  2. DLGx

    DLGx Active Member

    Messages:
    605
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Ok, found out that I wasn't going crazy. It's in fact the CPX default code that is causing the problem, not my code.
     
    DLGx, Nov 5, 2006 IP