I work with Visual Studio 2005 VB code.
My problem is when I insert a table into another table. It exist a space
between the table and the cells that contains this table.
I tried with ASP and HTML tables and the same occurs.
I also verified that CellSpacing=0 and Cellpadding=0 also I verified the no
presence of <pand <brtags in HTML code.
Someone can help me please?
Thanks.Carlos A. napisa(a):
Quote:
Originally Posted by
Hello all
I work with Visual Studio 2005 VB code.
My problem is when I insert a table into another table. It exist a space
between the table and the cells that contains this table.
I tried with ASP and HTML tables and the same occurs.
I also verified that CellSpacing=0 and Cellpadding=0 also I verified the no
presence of <pand <brtags in HTML code.
>
Someone can help me please?
Thanks.
>
>
Try to set margins to 0 for nested table element (in CSS).
table table{
margin:0;
}
--
PP
Thanks I'll try
"Przemek Ptasznik" <pptaszni@.mila.wywal.to.edu.pllwrote in message
news:ecfik5$7g2$1@.inews.gazeta.pl...
Quote:
Originally Posted by
Carlos A. napisa(a):
Quote:
Originally Posted by
>Hello all
>I work with Visual Studio 2005 VB code.
>My problem is when I insert a table into another table. It exist a space
>between the table and the cells that contains this table.
>I tried with ASP and HTML tables and the same occurs.
>I also verified that CellSpacing=0 and Cellpadding=0 also I verified the
>no presence of <pand <brtags in HTML code.
>>
>Someone can help me please?
>Thanks.
>>
>>
>
Try to set margins to 0 for nested table element (in CSS).
>
>
table table{
margin:0;
}
>
--
PP
0 comments:
Post a Comment