Visual Studio 2003 and IE 8 issue Borders for Borderless Elements

Last post 07-08-2009 12:05 PM by jurczykj. 2 replies.

Sort Posts:

  • Visual Studio 2003 and IE 8 issue Borders for Borderless Elements

    06-23-2009, 7:57 PM
    • Member
      point Member
    • jurczykj
    • Member since 06-23-2009, 5:59 PM
    • Posts 2
    After upgrading to IE 8, I noticed that when I am designing a web page and have a table element with border, cellspacing and cellpadding set to 0 the table is not visible in the design mode of Visual Studio 2003. Prior to the update to IE 8 the table would still be visible in design mode. Turning this option on or off from tools-options-html design-display had no effect.

    This issue has appeared recently and can be duplicated on XP Professional and Windows Server 2003.

    Other then removing IE 8 is has anyone found a fix for this issue?

     

  • Re: Visual Studio 2003 and IE 8 issue Borders for Borderless Elements

    06-29-2009, 3:52 AM

     Hi,

    Do you mean there is nothing for table with border, cellspacing and cellpadding set to 0 in Visual Studio Design mode?

    Could you please post the html source code that can repro the issue here?

     

    Thanks.

    Thomas Sun
    Microsoft Online Community Support

    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.
  • Re: Visual Studio 2003 and IE 8 issue Borders for Borderless Elements

    07-08-2009, 12:05 PM
    • Member
      point Member
    • jurczykj
    • Member since 06-23-2009, 5:59 PM
    • Posts 2

    Normally in design mode (VS and a web page) you can still see the table even if it is set with border, cellspaceing and cellpadding set to 0. The table and the cells would appear with a light grey outline. When IE 8 is installed, the table does not appear at all, when in design mode of VS. In the HTML view you can see the html table code, that is not the problem.

     

    <TABLE id="Table1" border="0" cellSpacing="0" cellPadding="0" width="300">
    	<TR>
    		<TD></TD>
    		<TD></TD>
    		<TD></TD>
    	</TR>
    	<TR>
    		<TD></TD>
    		<TD></TD>
    		<TD></TD>
    	</TR>
    	<TR>
    		<TD></TD>
    		<TD></TD>
    		<TD></TD>
    	</TR>
    </TABLE>


     

Page 1 of 1 (3 items)