Please help - white space bottom of footer in login page

6 replies
  • WEB DESIGN
  • |
Hi Guys I am having trouble with my script. My login page in some browsers is schowing a white space at the bottom of the footer. I have done a few things I thought would get rid of it but nothing is working. Please help if you can.

http://alturl.com/qgu2u

Thanks.
#bottom #footer #login #page #space #white
  • Profile picture of the author donMhico
    Try to remove the margin-bottom: 1em; on the form below your page. It's a little difficult to find it because your webpage is made with tables.
    {{ DiscussionBoard.errors[8743597].message }}
    • Profile picture of the author Web Cash Day
      Thanks for that. where will i find that code?
      Signature
      <--- AWESOME SIGNATURE COMING SOON!!! --->
      {{ DiscussionBoard.errors[8743694].message }}
  • Profile picture of the author donMhico
    Err. It's a little hard because your site is made in tables. Try to find this.

    PHP Code:
    <form action=members.php method=post>

    <
    br><br><Center><table><tr><td colspan=2 align=center><h3>Members Login Area</h3></td></tr>
    <
    tr><td>Member's ID</td><td><input type=text name=id></td></tr>
    <tr><td>Password</td><td><input type=password name=password></td></tr>
    <tr><td>&nbsp;</td><td>
    <a href="forgot.php" onclick="doexit=false;"><font face="Verdana,Arial,Helvetica" size="1" color="#000000"><b>Forgot Your Password?</b></font></a></td></tr>
    <tr><td colspan=2 align=right><input type=submit value="Log In To Back Office"></td></tr>            
    </table></form><br><br> 
    You can either add the following code inline or in css
    PHP Code:
    margin-bottom0
    {{ DiscussionBoard.errors[8743843].message }}
    • Profile picture of the author Web Cash Day
      Thanks for yur reply. I am not sure if I am applying it correctly but it doesnt seem to work? Any other ideas?

      Thanks.
      Signature
      <--- AWESOME SIGNATURE COMING SOON!!! --->
      {{ DiscussionBoard.errors[8746132].message }}
  • Profile picture of the author shahidali788
    Please go to your style sheet and paste these line at bottom. your problem will be reslove.

    form {
    margin-bottom: 0px !important;
    }
    {{ DiscussionBoard.errors[8747230].message }}
    • Profile picture of the author Web Cash Day
      Wow thanks shahidali788 it works perfectly. You are a rock star
      Signature
      <--- AWESOME SIGNATURE COMING SOON!!! --->
      {{ DiscussionBoard.errors[8753970].message }}

Trending Topics