|
Hi
i have a website which im making but wen i click on a download button on the webiste the an animtion on the screen freezes
any ideas y
here the script to the website
<html>
<head>
<Title>Shadows</Title>
</head>
<body>
<body background="Background.jpg">
<p align="center">
<img border="0" src="Shadows%203.gif" width="518" height="148"></p>
<div align="center">
<table border="1" width="54%" id="table3" height="105">
<tr>
<td align="center"><a href="Shadows%203.zip">
<img border="0" src="Download.gif" width="356" height="93"></a></td>
</tr>
</table>
</div>
</body>
</html>
|