|
|
| Author |
Message |
webcoder none

Joined: 28 Feb 2008 Posts: 41 Location: Florida
|
Posted: Mar 23, 2008 11:19am Post subject: Script/Stats Issue |
|
|
Hello, I'm trying to add this to the website for my network
| Code: | | <script language="JavaScript" src="http://searchirc.com/jscript/xalaris_stats.js"></script> |
It shows the number of users & channels, but I'm experiencing an alignment issue, I'm trying to get it to sit on the right hand side of my webpage but it stays on the left, the code i'm using is this:
| Code: |
<p align="right" style="margin-top: 0; margin-bottom: 0"><b>
<font face="Tahoma" size="2"><script language="JavaScript" src="http://searchirc.com/jscript/xalaris_stats.js"></script></font></b></p>
<hr color="#555353" size="3">
|
Can someone maybe tell me a better way to do this?
Thanks |
|
| Back to top |
|
 |
Jason SearchIRC Developer

Joined: 03 May 2003 Posts: 1158 Location: Tampa, FL
|
Posted: Mar 23, 2008 11:52am Post subject: |
|
|
The .js makes use of a class=searchirc
That class isn't defined anywhere, so you can define how it behaves in your site. Additionally, you can also have your webserver do a wget on the js file, and strip out my tags and reformat the output for your webpage. |
|
| Back to top |
|
 |
webcoder none

Joined: 28 Feb 2008 Posts: 41 Location: Florida
|
Posted: Apr 28, 2008 3:07pm Post subject: |
|
|
| Jason wrote: | The .js makes use of a class=searchirc
That class isn't defined anywhere, so you can define how it behaves in your site. Additionally, you can also have your webserver do a wget on the js file, and strip out my tags and reformat the output for your webpage. |
awesome.... thanks  |
|
| Back to top |
|
 |
|