Internet Explorer HTML <form> tag bug

oregonbound

New member
Local time
9:47 PM
Messages
3
There is a bug that completely changes the tables I have set and it only happens in IE. Pics are attached that show what is supposed to happen (in Chrome and FF) and what happens in IE. Please Help me! I can provide code if needed, but I have narrowed down the problem to something with the <form> tag. The form tag is inside a table which is inside another table.
 

Attachments

  • chromeandff.PNG
    chromeandff.PNG
    62.2 KB · Views: 12
  • ie.PNG
    ie.PNG
    135.7 KB · Views: 12

My Computer

OS
Windows 7 64bit
Fixed

Nevermind, I fixed it. The problem was the <form>. I do not know why it did this but that was the tag that screwed everything up. My fix was to use <select> without using the <form>. It is working now!
 

My Computer

OS
Windows 7 64bit
Thanks!

I know this is like, over a year old, but it totally helped me out today.
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
HP
OS
Windows 7 Enterprise 64-bit
You need to remember that browsers will interpret HTML scripts in different ways; IE is known to not follow the correct standards for interpreting HTML scripts.
 

My Computer

Computer type
Laptop
Back
Top