You have to define your own styles for table tr and td!
Like:
Code: Select all
table {width:100%; border:1px solid #CCC; font-size:1.2em;}
td {padding:5px 10px; border-bottom: 1px solid #CCC;}
Bernd
Code: Select all
table {width:100%; border:1px solid #CCC; font-size:1.2em;}
td {padding:5px 10px; border-bottom: 1px solid #CCC;}
Return to “Layout and Design (CSS & HTML)”
