View Single Post
Old 10-30-2012, 03:53 PM   PM User | #2
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,395
Thanks: 18
Thanked 351 Times in 350 Posts
sunfighter is on a distinguished road
I think we need to see the external style sheet. And you are not calling it in your code.
You have a lot of errors in your code, mostly using depreciated in-line styles that should be part of the css; like <center> <font> and stuff.
You also have two <html> tags and two extra </div> tags at the end of your code.

My suggestion would be to re=code the html section without in-line styles and fix the errors then add the external style sheet lastly add your own to tweak things and not start with your stylings.
sunfighter is offline   Reply With Quote