Quote:
Originally Posted by Adomaz1
use <img src='your link'> instead of " "
|
that compiled thx
i ended up with this and that put the gametracker banner up top with the stats under it but it cut out the Nick Kills Deaths Titles copleatly
PHP 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=3>TOP10</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",
"#", lNick, lKills, lDeaths, lHits, lShots, lHs, lEff, lAcc )
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=3>TOP10</b><table width=500>" )
iLen += format( sBuffer[iLen], MAX_BUFFER_LENGTH - iLen,
"<tr><img src='http://cache.gametracker.com/server_info/45.121.211.119:27025/b_560_95_1.png'><tr>",
"<tr bgcolor=#1025><td>%s<td>%s<td>%s<td>%s<td>%s<td>%s<td>%s<td>%s<td>%s<tr>",
"#", lNick, lKills, lDeaths, lHits, lShots, lHs, lEff, lAcc )