Tried this in the .css, but it didn’t work:
div.gridbox table.obj td {
border: 1px solid black;
}
Tried this in the .css, but it didn’t work:
div.gridbox table.obj td {
border: 1px solid black;
}
You can try
<style type="text/css">
div.gridbox table.obj td {
border: 1px solid black;
border-width:1px !important;
}
</style>
Didn’t work, changed to skin"xp"