I am experiencing a very frustrating compatibility issue and hope that somebody can help shed some light on what the problem might be:
i am using a for loop in PHP to echo a series of rows of text fields within a form. The fields are all limited in size by the SIZE="n" directive within the INPUT TYPE=TEXT tag.
For some reason, IE displays the text fields at the appropriate size (n number of characters), but netscape does not. HOWEVER, if the HTML source from the PHP generated page is cut and pasted into a new file and then THAT file is loaded into a browser, the textfields display at the proper size.
can ANYONE find a method to this mayhem? If so, i would be incredibly grateful!
Thanks in advance,
Marty