I'm an idiot!! Please help!

Discussion in 'HTML & Website Design' started by joshril27, Aug 4, 2007.

  1. #1
    I am new to the forum.. My brother used to use this forum alot and recommended you guys.. I am an insurance agent and I'm working on my website.. I think I am coding something wrong. The uncompleted first page is www.quotestx.com

    The error is on this page www.quotestx.com/quotes.html
    Here is the code that is messed up..

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <script language="JavaScript" type="text/javascript">
    <title>Affordable Insurance Specialists</title>
    <meta http-equiv="Content-Type"
    content="text/html; charset=iso-8859-1">
    <!-- ImageReady Preload Script (index.psd) -->
    <script type="text/javascript">
    <!--
    function newImage(arg) {
    if (document.images) {
    rslt = new Image();
    rslt.src = arg;
    return rslt;
    }
    }
    function changeImages() {
    if (document.images && (preloadFlag == true)) {
    for (var i=0; i<changeImages.arguments.length; i+=2) {
    document[changeImages.arguments].src = changeImages.arguments[i+1];
    }
    }
    }
    var preloadFlag = false;
    function preloadImages() {
    if (document.images) {
    home = newImage("images/home.jpg");
    quotes = newImage("images/quotes.jpg");
    faq = newImage("images/faq.jpg");
    links = newImage("images/links.jpg");
    contact = newImage("images/contact.jpg");
    preloadFlag = true;
    }
    }
    // -->
    </script><!-- End Preload Script -->
    <link href="css/styles.css" rel="stylesheet" type="text/css">

    <title></title>
    </head>


    <body leftmargin="0" topmargin="0" onload="preloadImages();" style="background-color: rgb(255, 255, 255);" marginheight="0" marginwidth="0">

    <center><!-- ImageReady Slices (index.psd) -->
    <table class="frame" id="Table_01" border="0" cellpadding="0" cellspacing="0" height="681" width="776">

    <tbody>

    <tr>

    <td colspan="6" rowspan="5"> <img src="images/m1.jpg" alt="" height="160" width="377"></td>

    <td colspan="3"> <img src="images/m2.jpg" alt="" height="50" width="65"></td>

    <td colspan="3" rowspan="8"> <img src="images/m4.jpg" alt="" height="375" width="333"></td>

    <td> <img src="images/spacer.gif" alt="" height="50" width="1"></td>

    <td></td>

    <td></td>

    <td></td>

    </tr>

    <tr>

    <td colspan="3" align="left" bgcolor="#1f3d57" valign="top"> <a href="#" class="d">Home</a></td>

    <td> <img src="images/spacer.gif" alt="" height="22" width="1"></td>

    <td></td>

    <td></td>

    <td></td>

    </tr>

    <tr>

    <td colspan="3" align="left" bgcolor="#1f3d57" valign="top"> <a href="#" class="d">Quotes</a></td>

    <td> <img src="images/spacer.gif" alt="" height="23" width="1"></td>

    <td></td>

    <td></td>

    <td></td>

    </tr>

    <tr>

    <td colspan="3" align="left" bgcolor="#1f3d57" valign="top"> <a href="#" class="d">Contact
    Us</a></td>

    <td> <img src="images/spacer.gif" alt="" height="22" width="1"></td>

    <td></td>

    <td></td>

    <td></td>

    </tr>

    <tr>

    <td colspan="3"> <img style="width: 65px; height: 43px;" src="images/m3.jpg" alt=""></td>

    <td> <img src="images/spacer.gif" alt="" height="43" width="1"></td>

    <td></td>

    <td></td>

    <td></td>

    </tr>

    <tr>

    <td> <a href="#" onmouseover="window.status='home'; changeImages('home', 'images/home.jpg'); return true;" onmouseout="window.status=''; changeImages('home', 'images/home.jpg'); return true;" onmousedown="changeImages('home', 'images/home.jpg'); return true;" onmouseup="changeImages('home', 'images/home.jpg'); return true;">
    <img name="home" src="images/home.jpg" alt="home" border="0" height="68" width="94"></a></td>

    <td colspan="2"> <a href="#" onmouseover="window.status='quotes'; changeImages('quotes', 'images/quotes.jpg'); return true;" onmouseout="window.status=''; changeImages('quotes', 'images/quotes.jpg'); return true;" onmousedown="changeImages('quotes', 'images/quotes.jpg'); return true;" onmouseup="changeImages('quotes', 'images/quotes.jpg'); return true;">
    <img name="quotes" src="images/quotes.jpg" alt="family" border="0" height="68" width="76"></a></td>

    <td> <a href="#" onmouseover="window.status='faq'; changeImages('faq', 'images/faq.jpg'); return true;" onmouseout="window.status=''; changeImages('faq', 'images/faq.jpg'); return true;" onmousedown="changeImages('faq', 'images/advice-over.jpg'); return true;" onmouseup="changeImages('faq', 'images/faq.jpg'); return true;">
    <img style="border: 0px solid ; width: 71px; height: 68px;" name="faq" src="images/faq.jpg" alt="faq"></a></td>

    <td> <a href="#" onmouseover="window.status='links'; changeImages('links', 'images/links.jpg'); return true;" onmouseout="window.status=''; changeImages('links', 'images/links.jpg'); return true;" onmousedown="changeImages('links', 'images/links.jpg'); return true;" onmouseup="changeImages('links', 'images/links.jpg'); return true;">
    <img name="links" src="images/links.jpg" alt="health" border="0" height="68" width="72"></a></td>

    <td colspan="2"> <a href="#" onmouseover="window.status='contact'; changeImages('contact', 'images/contact.jpg'); return true;" onmouseout="window.status=''; changeImages('contact', 'images/contact.jpg'); return true;" onmousedown="changeImages('contact', 'images/contact.jpg'); return true;" onmouseup="changeImages('contact', 'images/contact.jpg'); return true;">
    <img name="contact" src="images/contact.jpg" alt="contacts" border="0" height="68" width="84"></a></td>

    <td colspan="2"> <img src="images/m5.jpg" alt="" height="68" width="45"></td>

    <td> <img src="images/spacer.gif" alt="" height="68" width="1"></td>

    <td></td>

    <td></td>

    <td></td>

    </tr>

    <tr>

    <td colspan="1" rowspan="1"> <br>

    <br>

    <br>

    <p><span class="text3"></span></p>

    <span style="text-decoration: underline;"></span>
    </td>

    <td colspan="1"></td>

    <td rowspan="6" colspan="5">
    <script language="javascript" type="text/javascript" src="http://www.ezhealthquoter.com/widgetloader.ashx?a=578f8ba8-630e-4332-9c37-535bbe7acebb&amp;u=b96151c3-ea95-4cf3-8884-1c6c92f392e3"></script></td>

    <td></td>

    <td rowspan="6"> <img src="images/m6.jpg" alt="" height="375" width="23"></td>

    <td> <img src="images/spacer.gif" alt="" height="67" width="1"></td>

    <td></td>

    <td></td>

    <td></td>

    </tr>

    <tr>

    <td colspan="1" rowspan="1"></td>

    <td colspan="1"></td>

    <td></td>

    <td> <img src="images/spacer.gif" alt="" height="80" width="1"></td>

    <td></td>

    <td></td>

    <td></td>

    </tr>

    <tr>

    <td colspan="1" rowspan="1"></td>

    <td colspan="1"></td>

    <td></td>

    <td rowspan="4" align="left" valign="top">
    <img src="images/gu1.jpg" alt="" height="228" width="127"></td>

    <td rowspan="2" align="left" valign="top">
    <img src="images/gu2.jpg" alt="" height="40" width="170"></td>

    <td rowspan="4"> <img src="images/gu3.jpg" alt="" height="228" width="36"></td>

    <td> <img src="images/spacer.gif" alt="" height="26" width="1"></td>

    <td></td>

    <td></td>

    <td></td>

    </tr>

    <tr>

    <td colspan="1" rowspan="1"></td>

    <td colspan="1"></td>

    <td></td>

    <td> <img src="images/spacer.gif" alt="" height="14" width="1"></td>

    <td></td>

    <td></td>

    <td></td>

    </tr>

    <tr>

    <td colspan="1" rowspan="1"></td>

    <td colspan="1"></td>

    <td></td>

    <td rowspan="2" align="left" valign="top"></td>

    <td> <img src="images/spacer.gif" alt="" height="50" width="1"></td>

    <td></td>

    <td></td>

    <td></td>

    </tr>

    <tr>

    <td colspan="1"></td>

    <td colspan="1"></td>

    <td></td>

    <td> <img src="images/spacer.gif" alt="" height="138" width="1"></td>

    <td></td>

    <td></td>

    <td></td>

    </tr>

    <tr>

    <td colspan="12"> <img src="images/down.jpg" alt="" height="7" width="775"></td>

    <td> <img src="images/spacer.gif" alt="" height="7" width="1"></td>

    <td></td>

    <td></td>

    <td></td>

    </tr>

    <tr>

    <td colspan="5" class="text2" align="center" background="images/b_copy.jpg" valign="middle">Copyright
    &copy; Your Company Name<br>

    designed by <a href="http://www.templatesbox.com" target="_blank" class="text3">Templatesbox</a></td>

    <td colspan="7" class="text2" align="center" background="images/b_links.jpg" valign="middle"> <a href="#">Home</a> | <a href="#">About Us</a>
    | <a href="#">Family</a> | <a href="#">Advice</a>
    | <a href="#">Partners</a> | <a href="#">News</a>
    | <a href="#">Contact Us</a></td>

    <td> <img src="images/spacer.gif" alt="" height="70" width="1"></td>

    <td></td>

    <td></td>

    <td></td>

    </tr>

    <tr>

    <td> <img src="images/spacer.gif" alt="" height="1" width="94"></td>

    <td> <img src="images/spacer.gif" alt="" height="1" width="45"></td>

    <td> <img src="images/spacer.gif" alt="" height="1" width="31"></td>

    <td> <img src="images/spacer.gif" alt="" height="1" width="71"></td>

    <td> <img src="images/spacer.gif" alt="" height="1" width="72"></td>

    <td> <img src="images/spacer.gif" alt="" height="1" width="64"></td>

    <td> <img src="images/spacer.gif" alt="" height="1" width="20"></td>

    <td> <img src="images/spacer.gif" alt="" height="1" width="22"></td>

    <td> <img src="images/spacer.gif" alt="" height="1" width="23"></td>

    <td> <img src="images/spacer.gif" alt="" height="1" width="127"></td>

    <td> <img src="images/spacer.gif" alt="" height="1" width="170"></td>

    <td> <img src="images/spacer.gif" alt="" height="1" width="36"></td>

    <td></td>

    <td></td>

    <td></td>

    <td></td>

    </tr>

    </tbody>
    </table>

    <!-- End ImageReady Slices -->
    </center>

    </body>
    </html>
     
    joshril27, Aug 4, 2007 IP
  2. Daniel591992

    Daniel591992 Well-Known Member

    Messages:
    594
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    125
    #2
    Hey, there seems to be something wrong here:



    I'm just not sure what...
     
    Daniel591992, Aug 5, 2007 IP