PDA

View Full Version : Module messes up table in cmps with IE


thefarg
08-31-2009, 06:40 PM
Hi, I have tried to use this code to display a "whos in chat" module on the front page. It works for chrome but in IE, the module is in a table with most of the other modules that breaks the look of the site... heres the code <tr>
<td bgcolor="#F5F5FF" align="left" class="$bgclass"><script language="javascript" src="http://host6.gchats.com/youoriginal.com/scripts/stats.php"</script><a href="http://youoriginal.com/cmps_index.php?yo_pageid=yo_visichat">Logon</a></td>
</tr>

Any ideas?

Brian
09-01-2009, 11:40 AM
<script language="javascript" src="http://host6.gchats.com/youoriginal.com/scripts/stats.php"></script>

Looks like you're missing a bracket there.

Our Sponsors
 

thefarg
09-01-2009, 05:33 PM
Thanks. Funny how Chrome and firebird dont mind it but ie does.
Can anyone help to format the output?
<tr>
<td bgcolor="#F5F5FF"><script language="javascript" src="http://host6.gchats.com/youoriginal.com/scripts/stats.php"></script><a href="http://youoriginal.com/cmps_index.php?yo_pageid=yo_visichat">Logon</a>
</tr>

It ends up with a yellow back ground. How do I change that , fontsize and color?