cellspacing not worked in Opera browser
-
Hi there, I have a problem that applied cellspacing is not working in Opera browser. It's working fine in IE, Firefox, Chrome and Safari. Here is my code where i m using cellspacing.... tbl = New Table tbl.Style.Add("background-color", "#FFFFFF") tbl.BorderWidth = "0" tbl.CellPadding = "0" tbl.CellSpacing = "1" Plz let me know the solution if you have.
Regards... Vijay Jain :)
"One thing you can't recycle is wasted time."
-
Hi there, I have a problem that applied cellspacing is not working in Opera browser. It's working fine in IE, Firefox, Chrome and Safari. Here is my code where i m using cellspacing.... tbl = New Table tbl.Style.Add("background-color", "#FFFFFF") tbl.BorderWidth = "0" tbl.CellPadding = "0" tbl.CellSpacing = "1" Plz let me know the solution if you have.
Regards... Vijay Jain :)
"One thing you can't recycle is wasted time."
I think there might be some other issue with this. Opera takes cellspacing well. :(
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.