Jump to content


Form tag is wack? :P


8 replies to this topic

#1 pizzaboy9010

    Young Padawan

  • Members
  • Pip
  • 9 posts

Posted 08 June 2005 - 08:25 PM

Ok, I've never seen this before, but when I use this code

<form method="post" action="login.php">

It's like im putting

<br>

there. It looks fine in firefox, but in IE, it's messed up. Any clue why?

#2 soyunlocofl

    Young Padawan

  • Members
  • Pip
  • 70 posts
  • Location:FL

Posted 08 June 2005 - 08:36 PM

can you show some examples or give us a link to see.

#3 pizzaboy9010

    Young Padawan

  • Members
  • Pip
  • 9 posts

Posted 08 June 2005 - 08:38 PM

Sure.

Look at http://www.hybridlabs.net/ with Firefox, and then IE.

#4 soyunlocofl

    Young Padawan

  • Members
  • Pip
  • 70 posts
  • Location:FL

Posted 08 June 2005 - 10:32 PM

I would recommend you to use css. In you header section put this

then where you have[quote]<form method="post" action="login.php">Username: <input type="text" name="username" size="10" style='height:17;width:85;background-color:white;border-top:1px solid #000000; border-bottom:1px solid #000000; border-left:1px solid #000000; border-right:1px solid #000000; font-family: verdana; font-size: 11;'>&nbsp;&nbsp;Password: <input type="password" name="password" size="10" style='height:17;width:85;background-color:white;border-top:1px solid #000000; border-bottom:1px solid #000000; border-left:1px solid #000000; border-right:1px solid #000000; font-family: verdana; font-size: 11;'>&nbsp;&nbsp;<input type="submit" value="Login" style='height:16;width:;background-color:white;border-top:1px solid #000000; border-bottom:1px solid #000000; border-left:1px solid #000000; border-right:1px solid #000000; font-family: verdana; font-size: 11;'></form></td>[/quote] put this
that would make your code clean and much easier to understand. Hope that solve your problem

#5 pizzaboy9010

    Young Padawan

  • Members
  • Pip
  • 9 posts

Posted 08 June 2005 - 10:49 PM

Didn't fix the problem. Thanks for trying...

Anybody else know why it's doing this?

#6 _*Speed_*

  • Guests

Posted 11 June 2005 - 01:06 AM

I dont see any problems?

#7 hammer

    Young Padawan

  • Members
  • Pip
  • 105 posts
  • Location:Sweden ,MF! =D
  • Interests:gay porno,gay porno,OMG LOL what i just wrote =D

Posted 11 June 2005 - 06:05 AM

i think you should just let it be,most of the ppl use firefox and those who use IE can go bad language removed by Donna themselfs..seriously i think you should let it be,IE and firefox are different,i had the same problem (not with forms tho),my site looked different in IE.........

#8 adam123

    Retired P2L Staff

  • Members
  • PipPipPipPip
  • 2,306 posts
  • Location:London, UK
  • Interests:Programming and stuff.

Posted 11 June 2005 - 08:00 AM

hammer, on Jun 11 2005, 12:05 PM, said:

i think you should just let it be,most of the ppl use firefox and those who use IE can go shit themselfs..seriously i think you should let it be,IE and firefox are different,i had the same problem (not with forms tho),my site looked different in IE.........
Watch the language.

#9 Jamie Huskisson

    Retired P2L Staff

  • Members
  • PipPipPipPip
  • 3,648 posts
  • Gender:Male
  • Location:Nottingham, UK

Posted 11 June 2005 - 08:13 AM

i think you mean the automatic padding form tags add in.. much like the <p> paragraph tag

to solve this problem just add:
form { padding: 0; }

into your css, or add
style="padding:0"

into your form tag itself ;)

hope this helps





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users