Chart Counter
Hej når jeg prøver at indsætte en chart counter i på min hjemmeside virker det ikke, her er koden:<html>
<title>Chartnews</title>
<link href="forside.css" rel="stylesheet">
<center>
<table cellspacing="0" cellpadding="0" border="0" height="100%" width="750" bgcolor="white" valign="top">
<tr>
<td colspan="6" valign="top" align="center" height="98" background="pic/logo_750.gif">
</td>
</tr>
<tr>
<td colspan="1" width="3" background="pic/side_1.gif" height="5"></td>
<td colspan="4"></td>
<td colspan="1" width="3" background="pic/side_2.gif"></td>
</tr>
<tr>
<td width="3" background="pic/side_1.gif" align="left" valign="top"></td>
<td width="3"></td>
<td width="180" align="left" valign="top">
<b>menu</b><br>
<a href="nyheder/index.asp" target="frame">nyheder</a><br>
<a href="tagwall/index.asp" target="frame">tagwall</a><br>
<a href="crew/index.asp" target="frame">crew</a><br>
<a href="avis/index.asp" target="frame">avis</a><br>
<a href="jul/index.asp" target="frame">julekalender</a><br>
<br><br><br>
<b>login</b>
<iframe name="login" align="left" width="100%" height="150" frameborder="0" src="com/login.asp" scrolling="auto"></iframe>
<br>
<td background="pic/mellen.gif" width="8" align="left" valign="top"></td>
<td width="562" height="100%" align="left" valign="top"><iframe name="frame" align="left" src="nyheder/index.asp" frameborder="0" width="100%" height="100%"></iframe>
Counter her!!!
</td>
<td width="3" background="pic/side_2.gif" align="left" valign="top"></td>
</tr>
<tr>
<td colspan="1" width="3" background="pic/side_1.gif" height="5"></td>
<td colspan="4"></td>
<td colspan="1" width="3" background="pic/side_2.gif"></td>
</tr>
<tr>
<td background="pic/bund_750.gif" height="20" colspan="6" valign="top"></td>
</tr>
</table>
</center>
</html>
