firefox issues

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi -
we just created a website for our company (see: www.s2vc.com) and it does
not show up on firefox as it does on I.E. I realize that there have been
previous posts regarding this issue, however I have never used frontpage
before and I would appreciate some guidance, as this will be my first attempt
at frontpage.
Thank you.
 
In this case I think it's fairly simple. I believe it's a matter of how the
background colors for the table were created. For example, the statement <td
bgcolor="18572a"> is incorrect. All color descriptions begin with a # in
front of the value. In this case, it should be <td bgcolor="#18572a"> I
believe all you'll need to do is look around for the bgcolor attributes that
are missing the beginning #. This usually happens when you copy and paste a
color in from another application or from some other source and forget to
copy the #. FP and pretty much every web editor I've ever seen will let you
paste the color in without forcing you to put the # in front. I believe
FireFox isn't able to determine what the color is, or isn't designed to help
you out and assume it begins with # like IE and Opera do.
 
Back
Top