Has anyone ever had any problems with Netscape displaying forms properly?
I've got a table which holds a form. Everything shows up perfectly EXCEPT for my <textarea> tags which don't show up at all.
I can put a plain:
print "HELLO"; statement inbetween 2 textarea statements and it won't show. If I put it before the first textarea, I see it. It's almost like it's not executing that portion of code for some reason. However, it works as it should in IE.
I definitely don't have any control statements like if-else type stuff.
Thanks,
Mike