hi,

when it try requesting a page with GET i get this

<tr><td class=header colspan=5>Orbitals: (56
6c
total)<br><br></td></tr>
<tr>
<td width=20% align=left>Titanium Orbitals</td>
<td width=20% align=right>
221
30</td>
<td width=10%>&nbsp</td>
<td width=20% align=left>Silicon Orbitals</td>
<td width=20% align=right>23</td>
</tr>
<tr>

but when i look the sites source with IE i get this

<tr><td class=header colspan=5>Orbitals: (56 total)<br><br></td></tr>
<tr>
<td width=20% align=left>Titanium Orbitals</td>
<td width=20% align=right>30</td>
<td width=10%>&nbsp</td>
<td width=20% align=left>Silicon Orbitals</td>
<td width=20% align=right>23</td>
</tr>
<tr>

------

as u can see with mIRC i get some strange stuff between lines. no idea what that stuff is. it's constant so it's no corrupted data (i think). any ideas how i can make it look good?