View Single Post
Old 05-02-2004, 11:37 AM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,489
sde is on a distinguished road
can u post us some examples of your code? php/mysql doesn't care what browser is viewing it .. php just spits out text.

with this in mind, then your problem is more likely in the html that you are outputting.

sometimes ie is more forgiving than other browsers.

look at things like:
make sure you are closing all your html tags.
make sure you are closing all quotes
make sure you closed the <head> tag
make sure you closed the <style> tag

things like that .. or just post a bit of your code that is relevent to this question.
__________________
Mike
sde is offline   Reply With Quote