Code:
iLen = format( sBuffer, MAX_BUFFER_LENGTH,
"<head><META http-equiv=Content-Type content='text/html ;charset=UTF-8'></head><style>body{color:#FFFFFF;background-color:black;margin-top:5}.A{background-color:#003}.B{background-color:#025}td{font-size:10px}</style><center><b><font size=4>TOP15</b><table width=500>" )
iLen += format( sBuffer[iLen], MAX_BUFFER_LENGTH - iLen,
"<tr bgcolor=#1025><td>%s<td>%s<td>%s<td>%s<td>%s<td>%s<td>%s<td>%s<td>%s<img src="">",
"#", lNick, lKills, lDeaths, lHits, lShots, lHs, lEff, lAcc )