开发者

Set default style to table in ASP.Net

My asp.net theme has default css style. How can I set default style to all my <td> in this css st开发者_如何学Pythonyle?


Do somthing like below to apply default style to all table element

table
{
border-collapse:collapse;
}
table,th, td
{
border: 1px solid black;
}
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜