一个小小的错误

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>选率分析Demo</title> <meta http-equiv=content-type content="text/html; charset=gb2312"> <mce:style type=text/css><!-- .bar1 { WIDTH: 12px; BACKGROUND-COLOR: #ff9933; } .bar2 { WIDTH: 12px; BACKGROUND-COLOR: #9966ff; } .bar3 { WIDTH: 12px; BACKGROUND-COLOR: #00cc33; } .bar4 { WIDTH: 12px; BACKGROUND-COLOR: #cccc00; } .bar5 { WIDTH: 12px; BACKGROUND-COLOR: #999900; } .chart_containerHW { WIDTH: 235px; HEIGHT: 110px; } .bar_series_containerHW { WIDTH: 200px; } .bar_container { BACKGROUND-IMAGE: url(style/bg.jpg); BORDER-LEFT: #000000 thin solid; BORDER-BOTTOM: #000000 thin solid; HEIGHT: 100px; } .series_container { WIDTH: 200px; HEIGHT: 10px; } .score_disctance_container { WIDTH: 30px; HEIGHT: 100px; } --></mce:style><style type=text/css mce_bogus="1">.bar1 { WIDTH: 12px; BACKGROUND-COLOR: #ff9933; } .bar2 { WIDTH: 12px; BACKGROUND-COLOR: #9966ff; } .bar3 { WIDTH: 12px; BACKGROUND-COLOR: #00cc33; } .bar4 { WIDTH: 12px; BACKGROUND-COLOR: #cccc00; } .bar5 { WIDTH: 12px; BACKGROUND-COLOR: #999900; } .chart_containerHW { WIDTH: 235px; HEIGHT: 110px; } .bar_series_containerHW { WIDTH: 200px; } .bar_container { BACKGROUND-IMAGE: url(style/bg.jpg); BORDER-LEFT: #000000 thin solid; BORDER-BOTTOM: #000000 thin solid; HEIGHT: 100px; } .series_container { WIDTH: 200px; HEIGHT: 10px; } .score_disctance_container { WIDTH: 30px; HEIGHT: 100px; }</style> <meta content="MSHTML 6.00.3790.4555" name=GENERATOR> </head> <body> <table class=chart_containerHW cellspacing=0 cellpadding=0 border=0> <tbody> <tr> <td valign=bottom align=left> <table class=score_disctance_container cellspacing=0 cellpadding=0 border=0> <tbody> <tr> <td valign=bottom align=right height=15>100 </td> </tr> <tr> <td valign=bottom align=right height=15>80 </td> </tr> <tr> <td valign=bottom align=right height=15>60 </td> </tr> <tr> <td valign=bottom align=right height=15>40 </td> </tr> <tr> <td valign=bottom align=right height=15>20 </td> </tr> <tr> <td valign=bottom align=right height=15>0 </td> </tr> </tbody> </table> </td> <td valign=bottom> <table class="bar_series_containerHW bar_container" cellspacing=0 cellpadding=0 border=0> <tbody> <tr height=100> <td valign=bottom align=middle height=100> <div class=bar0 style="HEIGHT: 91%"></div> </td> <td valign=bottom align=middle height=100> <div class=bar1 style="HEIGHT: 35%"></div> </td> <td valign=bottom align=middle height=100> <div class=bar2 style="HEIGHT: 20%"></div> </td> <td valign=bottom align=middle height=100> <div class=bar3 style="HEIGHT: 72%"></div> </td> <td valign=bottom align=middle height=100> <div class=bar4 style="HEIGHT: 76%"></div> </td> <td valign=bottom align=middle height=100> <div class=bar5 style="HEIGHT: 5%"></div> </td> </tr> </tbody> </table> </td> </tr> <tr> <td></td> <td> <table class="bar_series_containerHW series_container" cellspacing=0 cellpadding=0 border=0> <tbody> <tr> <td align=middel>A </td> <td align=middel>B </td> <td align=middel>C </td> <td align=middel>D </td> <td align=middel>E </td> <td align=middel>F </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </body> </html>

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

你可能感兴趣的:(一个小小的错误)