Falconer
Well-Known Member
- Jun 23, 2006
- 65,534
It was showing up and then randomly disappeared when I hit refresh. I added a CSS line top borders cuz I thought maybe that would force it to appear, but it didn't.
Maybe I should also mention that the sides and bottom show up just fine.
Surprisingly, it works in IE, but not in Firefox (usually it's the opposite)
Screenshot:
CSS:
First few rows of table data:
Maybe I should also mention that the sides and bottom show up just fine.
Surprisingly, it works in IE, but not in Firefox (usually it's the opposite)
Screenshot:

CSS:
Code:
div#main td {color: #ffffff;
border: 1px solid #ffffff;
border-top: solid #ffffff;}
First few rows of table data:
Code:
<table x:str border=1 cellpadding=0 cellspacing=0 width=178 style='border-style:solid'>
<col class=xl28 width=35 style='mso-width-source:userset;mso-width-alt:1280;
width:26pt'>
<col width=110 style='mso-width-source:userset;mso-width-alt:4022;width:83pt'>
<tr height=17 style='height:12.75pt'>
<td width="43" height=17 class=xl27 style='height:12.75pt;border-top:none'>Year</td>
<td width="123" class=xl25 style='border-top:none;border-left:none'>Value at year end</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl27 style='height:12.75pt;border-top:none' x:num>1</td>
<td class=xl26 align=right style='border-top:none;border-left:none'
x:num="5400" x:fmla="=A1*B1">$5,400.00</td>
</tr>