Quote:
Originally Posted by DaleDe
I have used Tables in ePUB and ADE supports them sort of. No borders, which is ok for this case,
|
I can get borders in ADE (and also visible in Sigil's Book View) with either:
or
Code:
<style type="text/css">
td {border: thin solid}
table {border-collapse:collapse;}
</style>