thefarg
09-09-2009, 07:36 PM
Hi. I am having a problem with a piece of code. <script language="javascript" src="http://host6.gchats.com/youoriginal.com/scripts/stats.php"></script>
I have no access to the php script behind it and would like to change the yellow background it presents.The html is rendered as <table border="0" style="border: 1px dotted rgb(255, 255, 102); padding: 5px; background-color: rgb(255, 255, 204); color: rgb(0, 0, 0); font-family: Arial,Helvetica,sans-serif; font-size: 12px;">
<tbody>
<tr>
<td align="center">
</td>
</tr>
</tbody>
</table>
Is there any way i can force it to change attributes? my best idea was scraping but maybe someone here has an idea?
I have no access to the php script behind it and would like to change the yellow background it presents.The html is rendered as <table border="0" style="border: 1px dotted rgb(255, 255, 102); padding: 5px; background-color: rgb(255, 255, 204); color: rgb(0, 0, 0); font-family: Arial,Helvetica,sans-serif; font-size: 12px;">
<tbody>
<tr>
<td align="center">
</td>
</tr>
</tbody>
</table>
Is there any way i can force it to change attributes? my best idea was scraping but maybe someone here has an idea?