I can't figure out how to make this work.
I created css classes for each of the four columns.
My css style sheet which, in part, looks like:
Code:
table{
font-family: Arial;
text-align: left;
border-collapse:collapse;
table-layout:fixed;
}
.col1{width:20%;}
}
.col2{width:55%;}