I'm trying to implement a class as:
I'm finding thought that I can't create the flat border that is so widely used (just copy and paste data from Excel to FrontPage). In fact this way, I'm not getting any borders within the table. However, If I add the Border element in the inline statement, I do at least get a border. (see and How do I create a class that has a flat border all around cells?
Many thanks,
Rewdee
Code:
<style type="text/css">
.DataTable {font-size: 12px; font-family:Arial; border:solid 2px #000000; background-color:#ffffff; padding:0px;}
.DataTableHeader {background-color:#808080 ; border:solid 2px #FF0000; font-size: 12px; padding:15px; font-family:Courier; }
</style>
I'm finding thought that I can't create the flat border that is so widely used (just copy and paste data from Excel to FrontPage). In fact this way, I'm not getting any borders within the table. However, If I add the Border element in the inline statement, I do at least get a border. (see and How do I create a class that has a flat border all around cells?
Many thanks,
Rewdee