Link to home
Start Free TrialLog in
Avatar of jampost
jampostFlag for United States of America

asked on

Unexpected end of file looking for </form> tag. -- html

Error      1      Unexpected end of file looking for </form> tag.       The </form> is on the form.  The web developer is Microsoft Visual Studio 2012. Usually when there is an error (missing end tag) and you put the end tag in there; the error goes away. Not this time. Thank you for any help.

Here is the code on the page:

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Graphics.aspx.vb" Inherits="Graphics" %>

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
   
    <link rel="stylesheet" type="text/css" href="Site_Styles.css" />
    <title>Screen Printing, Embroidery, Heat Press, Dye Sublimation</title>
    <style>

       
          body {
    background-color: #C0C0C0;
    color: #000000;
    height: 1500px;
    width: 85%;
    margin: 25px 0px 7px auto;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2em;
    font-weight: normal;
    font-style: italic;
    border-bottom: 10px solid gold;
    }

            a.LinkButton {
     
    font-family: Georgia, "Times New Roman", serif;
    font-size: small;
    text-align: center;
    position: absolute;
    z-index: 1;
    width: 80px;
    right: 1054px;
    border: medium ridge #66CCFF;
    background-color: #4682B4;
    color: #FFFFFF;
    top: 135px;
    left: 210px;
    height: 20px;
 
    }


  .p {

    top: 325px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    background: #CD5C5C;
    color: #ddd;
    width: 846px;
    height: 29px;
    }


 .newStyle1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: large;
    font-weight: normal;
    font-style: normal;
    color: #800000;
    }


 .auto-style2 {
   font-size: medium;
   }

   .i {
        position: absolute;
        left: 210px;
        top: 25px;
       
       
        }

    .i1 {
        position: absolute;
        left: 465px;
        top: 25px;
       
       
        }

   .i2 {
        position: absolute;
        left: 550px;
        top: 25px;
       
        }

   .i3 {
        position: absolute;
        left: 210px;
        top: 175px;
        border:2px solid maroon;
       
        }

   .i4 {
        position: absolute;
        left: 520px;
        top: 176px;
        border:2px solid maroon;
        }


        .i5 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        background: #CD5C5C;
        color: #ddd;
        position: absolute;
        left: 350px;
        top: 325px;
        height: 50px;
        width: 625px;
        border:2px solid maroon;
        }
   
      .i6 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        background: #CD5C5C;
        color: #ddd;
        position: absolute;
        left: 200px;
        top: 450px;
        height: 50px;
        width: 625px;
        border:2px solid maroon;
        }

      .i7 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        background: #CD5C5C;
        color: #ddd;
        position: absolute;
        left: 200px;
        top: 500px;
        height: 50px;
        width: 625px;
        border:2px solid maroon;
        }


      .i8 {
       
        background: #CD5C5C;
        color: #ddd;
        position: absolute;
        left: 200px;
        top: 600px;
        height: 550px;
        width: 300px;
        border:2px solid maroon;
        }


      .i9 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        background: #CD5C5C;
        color: #ddd;
        position: absolute;
        left: 500px;
        top: 600px;
         height: 550px;
        width: 300px;
        border:2px solid maroon;
        }


    </style>

</head>

<body style="background-color: #C0C0C0;">

    <form id="form1" runat="server">

   
    <div>
       
       
     <img src="Images/J&M_Vector_Logo.png" class="i"  style="height: 129px; width: 236px" />
     
     <img src="Images/graphics.png" class="i1" style="height: 129px; width: 89px" />
       
     <img src="Images/dreamstime_91366796_Horse.png" class="i2" style="height: 129px; width: 242px" />
       
     <img src="Images/Anatol1.JPG"  class="i3"style="height: 129px; width: 292px" />
     <br />
     
     <img src="Images/Tajima-8.png" class="i4" style="height: 127px; width: 307px" />
     
     <img src="Images/heatpress.jpg"class="i5" style="height: 106px; width: 254px" />
   
   
               
     <div class="i6">
               
     <b>Tajima</b>-8-head TMAR Embroidery  -  <b>Anatol</b> Jumbo screen-print area  -  <b>Hotronix</b> Heat Press
     </div>
        <div class="i7">
               
            We're eager to work with you on your next job - 443-415-0631
     </div>


        <div>
            <img src="Images/Anatol_Pilot.JPG"" class="i8" />
            <img src="Images/dyesub.jpg"" class="i9" />
        </div>
 
             <br />
         
    <div>
        <a href="index.html" class="LinkButton">Home</a>
        </div>
   
    </div>
           </form>
</body>
</html>
IMG_2944.jpg
ASKER CERTIFIED SOLUTION
Avatar of Sam Jacobs
Sam Jacobs
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jampost

ASKER

Thank you for finding that!
Sure thing ... it's hard to find things like that when you're in the middle of it.