开发者

Set default style to table in ASP.Net

开发者 https://www.devze.com 2023-01-19 08:08 出处:网络
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

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

精彩评论

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