gwendaal
09-22-2004, 04:55 PM
I don't know why I get a different render with
<table width="797" border="0" cellpadding="0" cellspacing="0">
or
<table id="topTable">
#topTable
{
width:797px;
border:0 none;
border-spacing:0px;
padding:0px;
margin:0px;
border-collapse:collapse;
background-color:transparent;
}
with css I get white lines everywhere like a cellspacing="2"
do you know w hy
thank you
<table width="797" border="0" cellpadding="0" cellspacing="0">
or
<table id="topTable">
#topTable
{
width:797px;
border:0 none;
border-spacing:0px;
padding:0px;
margin:0px;
border-collapse:collapse;
background-color:transparent;
}
with css I get white lines everywhere like a cellspacing="2"
do you know w hy
thank you