|
Posted by Martin Jay on 05/17/06 03:49
In message <1147821838.270086.209630@38g2000cwa.googlegroups.com>,
danielhoin <danielhoin@hotmail.com> writes
>I have a table in asp.NET 2.0 and I place border="1" in the table tag
>and I get a border around the entire table, but not around the cells. I
>thought this was what I remembered to place a border around each cell,
>and sure enough, if I write a simple table in notepad, it looks right.
>Why am I not getting the cell lines in asp.NET, even though the syntax
>works for plain html?
Do you have anything in your stylesheet that removes the border? For
example:
td{
border: none;
}
--
Martin Jay
Navigation:
[Reply to this message]
|