"Ralph Fox" <> wrote in
message news: .net.nz...
> On Sat, 7 May 2005 21:04:01 -0400, in message
> <35ydnVtlcJoD-ODfRVn->, corwin8 wrote:
>
> > "Ed Mullen" <> wrote in message
> > news:Jo6dnWmxLJvUiOHfRVn-...
> > :
> > > Try running your pages against the validation engines.
> > >
> > > http://validator.w3.org/
> >
> > This one gave me errors for non-existant problems (ex: said I didn't
have a
> > <HEAD> tag - duh! I did!)
>
>
> I would be very surprised.
>
> Can you post the URL of your page so we can look for ourselves?
Well, I fixed it. It seems that, on my included style sheet, one of the
declarations started with "{{" instead of "{".
IE seems to be more forgiving on these types of erorrs, and the page
displayed properly. Firefox ignored the line and rendered the type with no
styles, and the validator kicked out all kinds of nonexistant errors.
When I fixed the brackets, the page works fine now, thanks!