Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Could someone tell me why there is a "<" at the top of the page?

Could someone tell me why there is a "<" at the top of the page?

Scheduled Pinned Locked Moved Web Development
htmlcomsysadminquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bfis108137
    wrote on last edited by
    #1

    You can go to www.allegianceauto.com/termsbarry/ and you will see that there is a "<" at the top. Now if you go into the source code, there is nothing there. But wait... if you just go into firefox and actually highlight it and select view se;ection source, then you will see something that for whatever reason isn't there when just looking at the. There is a & lt there. I have separated the & and lt sections so it won't print it out. I emphasize that this isn't there when you go to look at the source code the normal way. Matter of fact this is the only way I have been able to find anything. I have put the whole html code as it sits on the server in a text file at http://allegianceauto.com/termsbarry/test.txt[^]. If someone could at least put me in the right direction, this would be immensely appreciated.

    A D 2 Replies Last reply
    0
    • B bfis108137

      You can go to www.allegianceauto.com/termsbarry/ and you will see that there is a "<" at the top. Now if you go into the source code, there is nothing there. But wait... if you just go into firefox and actually highlight it and select view se;ection source, then you will see something that for whatever reason isn't there when just looking at the. There is a & lt there. I have separated the & and lt sections so it won't print it out. I emphasize that this isn't there when you go to look at the source code the normal way. Matter of fact this is the only way I have been able to find anything. I have put the whole html code as it sits on the server in a text file at http://allegianceauto.com/termsbarry/test.txt[^]. If someone could at least put me in the right direction, this would be immensely appreciated.

      A Offline
      A Offline
      Abhishek Sur
      wrote on last edited by
      #2

      what about <form id="form1" name="form1" method="post" action="/terms2/">       <<table ... Remove the < before <table tag.

      Abhishek Sur My Latest Articles Working with Excel using MDAC
      Basics on LINQ and Lambda Expressions
      Create .NET Templates

      B 1 Reply Last reply
      0
      • A Abhishek Sur

        what about <form id="form1" name="form1" method="post" action="/terms2/">       <<table ... Remove the < before <table tag.

        Abhishek Sur My Latest Articles Working with Excel using MDAC
        Basics on LINQ and Lambda Expressions
        Create .NET Templates

        B Offline
        B Offline
        bfis108137
        wrote on last edited by
        #3

        yes but as I said before if you go to the actual code on the server, you will see that this code doesn't exist. Go to http:[^] and you will see the code. For whatever reason it's not in the code but it somehow appears in the source. It's not php related because I have converted it to html and removed the one line of php code and it still occurs. I also have disconnected my internet to make sure that it's not something from another page. So it can't be related to php and it has to be in that code somewhere. I can't find it though.

        1 Reply Last reply
        0
        • B bfis108137

          You can go to www.allegianceauto.com/termsbarry/ and you will see that there is a "<" at the top. Now if you go into the source code, there is nothing there. But wait... if you just go into firefox and actually highlight it and select view se;ection source, then you will see something that for whatever reason isn't there when just looking at the. There is a & lt there. I have separated the & and lt sections so it won't print it out. I emphasize that this isn't there when you go to look at the source code the normal way. Matter of fact this is the only way I have been able to find anything. I have put the whole html code as it sits on the server in a text file at http://allegianceauto.com/termsbarry/test.txt[^]. If someone could at least put me in the right direction, this would be immensely appreciated.

          D Offline
          D Offline
          DoctorMick
          wrote on last edited by
          #4

          Search for this line.... <td width="258"> <input name="txtDate" type="text" id="txtDate" readonly="readonly"   width="20" value ="<?php print date('D, d M Y H:i:s T');?>"/> It has an additional < at the front of it.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups