View Single Post
Old 10-31-2012, 04:12 PM   PM User | #2
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,376
Thanks: 18
Thanked 350 Times in 349 Posts
sunfighter is on a distinguished road
Suggest you look at your code and make some corrections. You do not have a doctype. From some of your tags I think you want html5 so I added that and everything goes to hell.
Maybe because you have inline tags that should be css.
You have two <body> tags both have depreciated attributes or unknown attributes.

The biggest thing you can do for yourself is to start using div's to position html elements and not tables. Even when tables were the only way to do things putting tables inside of a table slowed loading time and was never recommended.

Lastly you do not have a combobox drop down list in your code.
sunfighter is offline   Reply With Quote