|
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
|