F
frontpagecustoms.com
I'm looking for a good resource on CSS Commands and what they translate
to:
Currently I'm trying to have all text in my table cells align at the
top, and create new tables with 0 cell spacing, 0 border, collapse
border.
What I have isn't working properly.
td { text-align: top; margin-top: 0; margin-bottom: 0 }
table { cellpadding: 0; cell-valign: top; border-collapse: collapse;
border-width: 0; width: 100% }
to:
Currently I'm trying to have all text in my table cells align at the
top, and create new tables with 0 cell spacing, 0 border, collapse
border.
What I have isn't working properly.
td { text-align: top; margin-top: 0; margin-bottom: 0 }
table { cellpadding: 0; cell-valign: top; border-collapse: collapse;
border-width: 0; width: 100% }