GIVE BORDER TO YOUR TABLE IN INTERNET WEB APPLICATION MVC
SIMPLY COPY THIS CODE AND PASTE IT AFTER VIEWBAG IN VIEW
<style type="text/css">
table, th, td {
border: 1px solid black;
margin-right:auto;
margin-left:0px;
color:green;
}
</style>
table, th, td {
border: 1px solid black;
margin-right:auto;
margin-left:0px;
color:green;
}
</style>
THATS ALL
THANKS FOR READING
No comments:
Post a Comment