I was working at my new niche website when I suddenly saw that Firefox parsed my <br /> tags correctly but Internet explorer only parses <br>. Now, when you are busy with trying to keep your website XHTML valid (just for professionalism) you must make this error so Internet Explorer users can also see your website as it supposed to be or does anyone have a new line tag that is also xhtml valid and IE supports? Thank you
I have not experienced that in either IE6 or 7. I don't care about 5. Please link us to the offending page, or post a test case. cheers, gary
It might also depend on the 1st line in your HTML code, defining the type of HTML/xHTML you are using. I don't know much about it, but you may need to specify a DocType of Transitional. Try: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">