Good Morning,
I'm trying to create a simple class for the <Table> element. All I'm trying to do is copy the same style you get when you take data from an Excel spreadsheet and dump it into Front Page. What I've tried so far:
The font size and type work but the bgcolor and border size, and border color does not. Can anyone help me here?
Thanks,
Rewdee
I'm trying to create a simple class for the <Table> element. All I'm trying to do is copy the same style you get when you take data from an Excel spreadsheet and dump it into Front Page. What I've tried so far:
Code:
<style type="text/css">
.DataTable {font size: 12; font-type:"Arial"; border:"1"; bgcolor:"#ffffff"; cellspacing:"0"; bordercolor:"#808080"}
.DataTableHeader {bgcolor:"#c0c0c0" ; BORDERCOLOR:"#000000";font size: 12; font-type:"Arial"; }
</style>
...
<table width="100%" class="DataTable">
<th width="33%" class="DataTableHeader">Required</th>
...
The font size and type work but the bgcolor and border size, and border color does not. Can anyone help me here?
Thanks,
Rewdee