Forum Moderators: open

Message Too Old, No Replies

IE6 and table borders

I6 table borders are incomplete

         

solarmike

6:19 pm on Jun 12, 2002 (gmt 0)



Hi:
When I create a simple table the borders are incomplete when I display the page using IE6.

Here is the simple code, any suggestions?

Thanks!

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>
Table Test
</title>

</head>

<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000">

<table cellspacing="2" cellpadding="4" border="1" width="25%">
<tr>
<td>
R1C1
</td>
<td>
R1C2
</td>
</tr>
<tr>
<td>
R2C1
</td>
<td>
R2C2
</td>
</tr>
</table>

</body>
</html>

korkus2000

6:26 pm on Jun 12, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Looks fine in IE6 to me. Are you sure that is the code that is giving you problems?

solarmike

6:56 pm on Jun 12, 2002 (gmt 0)



korkus,

Thanks for your reply. The code as posted does not work for me. I'm running Win98SE on a PC and maybe that compounds the issue. The code looks fine in NS4 and NS6.

Thanks.

SolarMike

korkus2000

7:03 pm on Jun 12, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I am running IE6 on a win2k proffessional box. What exactly is being cut off?

rewboss

7:04 pm on Jun 12, 2002 (gmt 0)

10+ Year Member



What do you mean by "incomplete"?

solarmike

7:26 pm on Jun 12, 2002 (gmt 0)



The grid lines are non-existant on the top and bottom of the table. The vertical table lines appear as dashes.

Thanks

mivox

7:28 pm on Jun 12, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Try setting the table border to 2 instead of 1, or defining a light color (like #cccccc) as a border color...

papabaer

9:40 pm on Jun 12, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hello solarmike,

Welcome to Webmaster World!
The code you posted renders fine here... Win98SE/IE6 - I'm not sure what is happening on your end.

solarmike

9:54 pm on Jun 12, 2002 (gmt 0)



And thank you both. I used a different network computer and the page renders fine using IE6 and WinXP. So I'm not sure what is going on in my box. I even changed screen resolutions. Perhaps I'll reload IE6 and see if that makes a difference. Thanks again.