Need Help! My Contact Us page is broke!

4 replies
  • WEB DESIGN
  • |
Hi, check out my site at

PrayaPrayer

The page is really messed up and I don't know what is happening to it.

If anyone has any advice as to what is going wrong or can fix it up for me quickly that would be amazing!!!!!!!!

If you fix it up I could buy you a sandwich or something special like that
#broke #contact #page
  • Profile picture of the author pdrw07
    I think there is error in coding.. there is "</table>" on Comments/Suggestions part...
    {{ DiscussionBoard.errors[937785].message }}
    • Profile picture of the author Janet Sawyer
      You've got a lot of <div> </div> errors going on there.

      Also as previously mentioned there is a loose </table> code showing.

      This line :

      <TD align="left">*<TEXTAREA rows=6 cols=35 name="message" id="message" >

      is missing a </td> at the end of it.
      there should also be </textarea> in that line too. before the </td> is input, then it should be </table>

      Addendum - there is also a loose set of <p> and </p> tags in there that don't need to be there remove those too........

      Always close things off in the right order.

      For example
      <table><div><tr><td><textarea> would be closed off such </textarea></td></tr></div></table>

      Take a look at your source code and see what's gone wrong in your tags.
      {{ DiscussionBoard.errors[937812].message }}
    • Profile picture of the author allthesp
      Yea I just added that to try something out. Problem fixed, I am just going to use Contactify and redirect users to a contact form.

      Edit:

      Thanks for the response Janet. The coding was a bit off there because I was seeing if it was something in that area (wasn't though). It was some weird thing in how that page was pulling the PHP so I ended up just deleting that and using contactify. (which is pretty nice)
      Signature
      {{ DiscussionBoard.errors[937813].message }}

Trending Topics