screen font eror

G

Guest

how to I fix this
html>
<head>
<title>Classifieds</title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="Microsoft Theme" content="blends 111, default">
<meta name="Microsoft Border" content="tl, default">
</head>
<body background="_themes/blends/blegtext.gif" bgcolor="#FFFFFF"
text="#000000" link="#993300" vlink="#0000FF"
alink="#FF9900"><!--msnavigation--><table border="0" cellpadding="0"
cellspacing="0" width="100%"><tr><td><!--mstheme--><font face="Trebuchet MS,
Arial, Helvetica">
<p align="center"><font size="6" color="#FFFF00"><strong><img
src="_derived/classifi.htm_cmp_blends110_bnr.gif" width="600" height="60"
border="0" alt="Classifieds"></strong></font><br>
<script language="JavaScript">
<!--
function SymError()
{
return true;
}

window.onerror = SymError;
 
G

Guest

Assuming this path is correct:
src="_derived/classifi.htm_cmp_blends110_bnr.gif"

You probably cut off the last part of the file
....
window.onerror = SymError();
</script>
</body>
</html>
---cut here---
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top