Tables in Web Site.
-
-
I inserted a table in my Web Site using visual studios. But the outline of the table is not shown when it is debugged. May i know how is it possible to make the outline appear? And also is it possible to change the bacground colour of the table and all?
-
I inserted a table in my Web Site using visual studios. But the outline of the table is not shown when it is debugged. May i know how is it possible to make the outline appear? And also is it possible to change the bacground colour of the table and all?
-
I inserted a table in my Web Site using visual studios. But the outline of the table is not shown when it is debugged. May i know how is it possible to make the outline appear? And also is it possible to change the bacground colour of the table and all?
Check this post to know different ways of creating tables in asp.net website http://opexsolution.com/forum/viewtopic.php?f=15&t=31 Tej Aj, http://opexsolution.com/forum
-
I inserted a table in my Web Site using visual studios. But the outline of the table is not shown when it is debugged. May i know how is it possible to make the outline appear? And also is it possible to change the bacground colour of the table and all?
<table id="tb" border="1" style="background-color:Red"> <tr> </tr> </table>
:)