> Can anyone tell me a good place to go to get help for web design
> issues with Mac IE? I don't see much at all here about it, so this
> may not be the right place for me. I'm designing for a client who
> is a Mac user and she has IE. The problem is, the text I placed in
> a table is viewable and correct by Netscape, Safari and by all the
> PC users with IE I've talked to today.
Start by validating your HTML.
http://validator.w3.org

Signature
Adam Bailey | Chicago, Illinois
adamb@lull.org | Finger/Web for PGP & S/MIME
adamkb@aol.com | http://www.lull.org/adam/
Jon - 27 Jun 2004 15:59 GMT
>> Can anyone tell me a good place to go to get help for web design
>> issues with Mac IE? I don't see much at all here about it, so this
[quoted text clipped - 6 lines]
>
> http://validator.w3.org
Then once your HTML is valid, validate any CSS that your page is using:
http://jigsaw.w3.org/css-validator/
-Jon