Posted 8 September 2017, 7:32 pm EST
Here's some more info. This is a piece of source code taken from the page - first when rendered on my server which works, second when rendered on my desktop (not working)using the same URL. On the non-working version I notice that it refers to FpSpread1_viewport. The working version refers to FpSpread1_ctl01 . This is the only difference between the two html pages.
Working version :
table#ctl00_PlaceHolderMain_FpSpread1_ctl01 td.s0s0{background-color: #d4d0c8;text-align: Center;border-left-width: 0px;border-left-style: Solid;border-top-width: 0px;border-top-style: Solid;border-right-width: 1px;border-right-color: #808080;border-right-style: Solid;border-bottom-width: 1px;border-bottom-color: #808080;border-bottom-style: Solid;background-image:url('/fp_client/fpspread/4_0_2002_2008/img/chm.png');}table#ctl00_PlaceHolderMain_FpSpread1_viewport td.s0s8{vertical-align: Top;font-size: 8pt;}table#ctl00_PlaceHolderMain_FpSpread1_viewport td.s0s6{vertical-align: Top;font-size: 8pt;}table#ctl00_PlaceHolderMain_FpSpread1_viewport td.s0s5{vertical-align: Top;font-size: 8pt;}table#ctl00_PlaceHolderMain_FpSpread1_cft td.s0s9{background-color: #d4d0c8;text-align: Center;border-left-width: 0px;border-left-color: #808080;border-left-style: Solid;border-top-width: 0px;border-top-color: #808080;border-top-style: Solid;border-right-width: 1px;border-right-color: #808080;border-right-style: Solid;border-bottom-width: 1px;border-bottom-color: #808080;border-bottom-style: Solid;}table#ctl00_PlaceHolderMain_FpSpread1_rh td.s0s2{background-color: #d4d0c8;text-align: Center;border-left-width: 0px;border-left-style: Solid;border-top-width: 0px;border-top-style: Solid;border-right-width: 1px;border-right-color: #808080;border-right-style: Solid;border-bottom-width: 1px;border-bottom-color: #808080;border-bottom-style: Solid;font-size: 6pt;}table#ctl00_PlaceHolderMain_FpSpread1_viewport td.s0s3{vertical-align: Top;font-size: 8pt;}table#ctl00_PlaceHolderMain_FpSpread1_cht td.s0s1{background-color: #d4d0c8;text-align: Center;border-left-width: 0px;border-left-style: Solid;border-top-width: 0px;border-top-style: Solid;border-right-width: 1px;border-right-color: #808080;border-right-style: Solid;border-bottom-width: 1px;border-bottom-color: #808080;border-bottom-style: Solid;font-size: 8pt;background-image:url('/fp_client/fpspread/4_0_2002_2008/img/chm.png');}table#ctl00_PlaceHolderMain_FpSpread1_viewport td.s0s7{vertical-align: Top;font-size: 8pt;}table#ctl00_PlaceHolderMain_FpSpread1_viewport td.s0s4{vertical-align: Top;font-size: 8pt;}</style>
Not working:
table#ctl00_PlaceHolderMain_FpSpread1_viewport td.s0s8{vertical-align: Top;font-size: 8pt;}table#ctl00_PlaceHolderMain_FpSpread1_viewport td.s0s7{vertical-align: Top;font-size: 8pt;}table#ctl00_PlaceHolderMain_FpSpread1_viewport td.s0s4{vertical-align: Top;font-size: 8pt;}table#ctl00_PlaceHolderMain_FpSpread1_rh td.s0s2{background-color: #d4d0c8;text-align: Center;border-left-width: 0px;border-left-style: Solid;border-top-width: 0px;border-top-style: Solid;border-right-width: 1px;border-right-color: #808080;border-right-style: Solid;border-bottom-width: 1px;border-bottom-color: #808080;border-bottom-style: Solid;font-size: 6pt;}table#ctl00_PlaceHolderMain_FpSpread1_cft td.s0s9{background-color: #d4d0c8;text-align: Center;border-left-width: 0px;border-left-color: #808080;border-left-style: Solid;border-top-width: 0px;border-top-color: #808080;border-top-style: Solid;border-right-width: 1px;border-right-color: #808080;border-right-style: Solid;border-bottom-width: 1px;border-bottom-color: #808080;border-bottom-style: Solid;}table#ctl00_PlaceHolderMain_FpSpread1_viewport td.s0s5{vertical-align: Top;font-size: 8pt;}table#ctl00_PlaceHolderMain_FpSpread1_ctl01 td.s0s0{background-color: #d4d0c8;text-align: Center;border-left-width: 0px;border-left-style: Solid;border-top-width: 0px;border-top-style: Solid;border-right-width: 1px;border-right-color: #808080;border-right-style: Solid;border-bottom-width: 1px;border-bottom-color: #808080;border-bottom-style: Solid;background-image:url('/fp_client/fpspread/4_0_2002_2008/img/chm.png');}table#ctl00_PlaceHolderMain_FpSpread1_cht td.s0s1{background-color: #d4d0c8;text-align: Center;border-left-width: 0px;border-left-style: Solid;border-top-width: 0px;border-top-style: Solid;border-right-width: 1px;border-right-color: #808080;border-right-style: Solid;border-bottom-width: 1px;border-bottom-color: #808080;border-bottom-style: Solid;font-size: 8pt;background-image:url('/fp_client/fpspread/4_0_2002_2008/img/chm.png');}table#ctl00_PlaceHolderMain_FpSpread1_viewport td.s0s3{vertical-align: Top;font-size: 8pt;}table#ctl00_PlaceHolderMain_FpSpread1_viewport td.s0s6{vertical-align: Top;font-size: 8pt;}</style>