Jump to content

brettpower

Members
  • Posts

    52
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

brettpower's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Check out this tutorial. It should do the trick for you. http://www.w3schools.com/js/js_form_validation.asp
  2. If you don't want text so shift up/down as other table cells are filled, use <td valign="top">. This will keep all cell content aligned to the top of the cell thus it won't shift vertically. Cheers.
  3. The first gap was resolved by removing vertical-align: top; in the first section of your CSS. Try that on your end. body,td,th { color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; vertical-align: top; <<<< This line caused the first gap. removing it resolved it. line-height: 18px; margin: 0px; padding: 0px; }
  4. It is in your style sheet. Im working on a fix for ya right now.
  5. I took the code you posted earlier on and reproduced that portion of the page. The interesting thing is that the gap just below "Conway Rentals" doesn't appear! <html> <head> </head> <body><div id="wrapper"><img src="http://www.conwyrentals.com/images/bg_r2_c3.png" width="800" height="100" class="head"><br /> <img src="http://www.conwyrentals.com/images/bg_r3_c3.png" width="800" height="125" class="head" > <div id="body_wrap"> <div class="padding: 0px;"><img src="http://www.conwyrentals.com/images/bg_r4_c4.jpg" width="220" height="25" > <img src="images/bg_r4_c5.jpg" width="40" height="25" > <a href="index.php?page_id=1"><img src="http://www.conwyrentals.com/images/home.jpg" width="115" height="25" /> </a><a href="index.php?page_id=3"><img src="http://www.conwyrentals.com/images/about.jpg" width="125" height="25" > </a><a href="index.php?page_id=4"><img src="http://www.conwyrentals.com/images/prop.jpg" width="135" height="25" /> </a><a href="index.php?page_id=5"><img src="http://www.conwyrentals.com/images/Contact.jpg" width="145" height="25" ></a></div></div> </body></html>
  6. See if having padding set to 0 in the DIV class tag fixes anything.
  7. Check line 354. I am getting en error there.
  8. I am looking at your source right now.
  9. I have had this problem before and have been able to correct it. Be sure to have your cellpadding set to "0" as well as cellspacing. IE7 is not forgiving on this. Firefox a lot of times will assume those values are 0 unless stated.
  10. Believe me, this is very common! There were times where I spend hours banging my head on my desk when spam filters were the sole cause. Have you been sending a lot of test messages? If so, how far apart were they? Too many messages in a short time frame can get you blocked.
  11. Echo your queries to see if the variables are successfully being passed. Oh, and try backing out the change you made and revert to what it was when it worked. That might help you narrow things down a bit. Since it was working before logic would suggest it is in the code.
  12. I can't see anything wrong with your code. Check higher up in the page before this email code to see if another script or other bit of code is throwing things off a bit. Can you post more of your pages code?
  13. I noticed that you don't have $email and $password defined although you are calling those variables in the script. Are they defined well before this code? Just a thought since I can't see them.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.