The file you need to look at slytherin is includes/header.asp and your code should be:
<meta http-equiv="Content-Script-Type" content="text/javascript" /> <script language="javascript" src="includes/default_javascript_v9.js" type="text/javascript"></script> </head> <body> <table class="basicTable" cellspacing="0" cellpadding="3" align="center"> <tr> <td><%
'If there is a forum image then dsiplay it If NOT strTitleImage = "" Then Response.Write("<a href=""" & strWebsiteURL & """><img src=""" & strTitleImage & """ border=""0"" alt=""" & strWebsiteName & " " & strTxtHomepage & """ title=""" & strWebsiteName & " " & strTxtHomepage & """ /></a>")
%></td> </tr> </table> |
However, the file that you have at the moment is actually displaying your banners, so just change the top few lines to:
<meta http-equiv="Content-Script-Type" content="text/javascript" /> <script language="javascript" src="includes/default_javascript_v9.js" type="text/javascript"></script> </head> |
And place these lines immediately before the <body> tag
By the way - do you
use Araneae to edit your files locally as I suggested? It's much better than editing the files using other stuff, and you can edit the files on your local machine - your computer - and then upload them to web wiz server