I am designing a page with HTML using Firefox, but it doesn't work. Example: <table bgcolor="00FFFF"> It works in Internet Explorer, but the colors don't show up in Firefox. Is there a way to fix this?
Public Comments
Try bgcolor="#00ffff". All hex colour codes need to be preceeded with a #.