I am baffled my code validates works fine in chrome and safari and somehow I get nothing but an email address in FF.
http://kyam.ca/kyam06
<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">
<html> <head> <meta name=\"generator\" content=\"HTML Tidy for Linux (vers 6 November 2007), see www.w3.org\"> <meta http-equiv=\"Content-type\" content=\"text/html; charset=us-ascii\">
<title>Kyam Contracting Inc. General Contractor operating in the Edmonton and surrounding area.</title> <meta http-equiv=\"Content-Language\" content=\"en-us\"> <meta name=\"author\" content=\"Kyle Dohmann\"><!-- Begin Stylesheets --> <link rel=\"stylesheet\" href=\"stylesheets/coda-slider-2.0.css\" type=\"text/css\" media=\"screen\"> <link rel=\"stylesheet\" href=\"stylesheets/colorbox.css\" type=\"text/css\" media=\"screen\"> <link rel=\"stylesheet\" type=\"text/css\" href=\"source/shadowbox.css\"><!-- End Stylesheets --> <!-- Begin JavaScript -->
<body class=\"coda-slider-no-js\"> <!-- no java warning --> <noscript> <div> <p>Unfortunately your browser does not have JavaScript capabilities which are required to exploit full functionality of our site. This could be the result of two possible scenarios:</p>
<ol> <li>You are using an old web browser, in which case you should upgrade it to a newer version. We recommend the latest version of <a href=\"http://www.getfirefox.com\">Firefox</a>.</li>
<li>You have disabled JavaScript in you browser, in which case you will have to enable it to properly use our site. <a href=\"http://www.google.com/support/bin/answer.py?answer=23852\">Learn how to enable JavaScript</a>.</li> </ol> </div></noscript><!--no java warning -->
<p>Kyam Contracting is a General Contractor operating in Edmonton and surrounding area. Our focus is on helping our customers achieve their goals in an effective stress free manor. By building great relationships with our sub-trades, suppliers and employees, we have developed a skilled team of professionals capable of achieving great results in a broad range of construction services.</p>
<p>Although our company is young, our methodology is timeless. Click any of the links below to learn about some of the things we do to create solutions and achieve great results.</p>
<p>Click <a href=\"vcard.html\">vCard</a> to add contact card to your mobile phone or address book software. Although vCard is a standard only some devices and software support it.</p><img alt=\"contact\" width=\"400px\" height=\"400px\" src=\"./images/contact.jpg\"> </div>
<div class=\"c4\"> Enter the text contained in the image into the text box:<br> <img src=\"captcha.php\" alt=\"** PLEASE DESCRIBE THIS IMAGE **\"><br> <input type=\"text\" name=\"userpass\" value=\"\"> </div>
http://kyam.ca/kyam06
Do a find through all of your files for "general@kyam.ca". That will show you your problem file.
Thanks Doc