Thanks for the Firefox notes…

I appreciate all the emails and comments about the Firefox browser guys. I’ve just installed it and, oh brother, does Firefox turn my Blog into a dog’s dinner! It looks awful!

ugly firefox Click to enlarge. 

I’ll try to fix it, but I’m not familiar with Firefox, so if anyone has any troubleshooting tips, I’d love to hear them.

By the way, if you want to post a blog comment you’ll have to register… and then I’ll have to approve it. Sorry for the inconvenience but there’s no way I’m allowing spam comments (or worse) to appear on this blog. It’s supposed to be fun and lighthearted. :-)

2 Responses to “Thanks for the Firefox notes…”

  1. xof Says:
    MyAvatars 0.2

    Hi Neil,

    apparently, you already learned about various doctypes.
    (A very good source is
    http:alistapart/articles/
    (do a search for “doctype”))

    If you use XHTML 1.0 Transitional, which is the bottom standard for
    modern state-of-the-art browsers, you should pay attention that certain
    former (deprecated) code isn’t valid any more.

    After having replaced your doctype with

    I did a syntax check and found the following error message:
    line:117: Value of attribute “cols” for element “” must be a number.

    Taht line reads:

    the “cols=100%” might be the reason why the page doesn’t display correctly in your FF.

    BTW, in my 1.5.0.2 version of FF the display is ok.

    –rudolf

    The code in that line reads: