March 7, 201016 yr I have the following in my webpages <body bgcolor="#c0c0c0"> I would like to add this to my css stylesheet as it would save me a lot of time when I want to change the background color. Can anyone please give me the code so that it works in all browsers. Specifically Firefox as this one appears to differ from all the others in the way it handles backgrounds. Thank you..
March 7, 201016 yr Author Tried that originaly and it didn't work in Firefox (worked in all the other browsers) that's why I tried the bgcolor but of course as expected that didn't work either. any suggestions? I know your code is correct as it's the code I would normally use but just can't get it work in Firefox.
March 7, 201016 yr body { background:#c0c0c0; } There is no need for the 'color' on the end in stylesheets anymore
Create an account or sign in to comment