Two ways of doing it, both in the same template
Edit template
RosterMaster /
rostermaster
search for
HTML Code:
<table class="tborder" style="border-collapse:collapse" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="1" width="100%" align="center">
#1 Remove borders
Change the
to
#2 - Edit the style for the table
Change
HTML Code:
style="border-collapse:collapse"
HTML Code:
style="border-collapse:collapse; border-color: black;"