Forum Moderators: mack
I have already designed my own website and I'm currently doing one for a friend. As I'm having a few problems with the colors showing correctly in Firefox I was wondering if
there is anywhere I can find relevant information, including coding, about website design and Firefox. I have searched the Mozilla site and couldn't find what I was looking for.
Firefox is stricter than Internet Explorer when it comes to standards, and coding errors which will break your layout in Firefox might work in IE.
What kind of problem are you having with your colors? One thing that IE accepts that Firefox sometimes doesn't is colors specified without the leading "#" symbol. For example, red would be
#FF0000 and not just FF0000. You should run your pages through the HTML validator [validator.w3.org] and CSS validator [jigsaw.w3.org] to try to identify coding errors.
These are the codes :
<table CELLSPACING="1" cellpadding="5" border="4" bgcolor="FFFFFF"
bordercolor="00FF99" bordercolorlight="00CC99" bordercolordark="00CC99" align="center">
Is there anywhere I can find "easy to understand" code requirements for Firefox? Things like what you can do and what you can't.
I also ran the page through html validator, but it really didn't give me any answers (just a lot more coding errors :-( to fix)
Thanks again
Keep using the validator. Gradually cleaning up your code to a higher standard will pay dividends. Don't worry about fixng everything all at once. Many of the errors are probably just the same ones repeated many times. As you understand why each one occurs, there will be fewer and fewer errors. The validator will help guide your coding. It may not validate, yet work great. It may also validate perfectly, and for many reasons not work very well:))