SyntaxFix
Write A Post
Hire A Developer
Questions
Of course, just assign seperate css classes to both tables.
<table class="style1"></table> <table class="style2"></table>
.css
table.style1 { //your css here} table.style2 { //your css here}