Quote:
Originally Posted by jdelasko
Is there an official place to report bugs, or is this thread the correct place?
I've noticed that the Discussions page is not working correctly in Internet Explorer 7. In IE7, the editor appears outside of the area where it is supposed to be. Everything is displayed correctly in Firefox. See attached screen shots.
|
I had a look at the source code presented to the browser and found the problem. The browser is presented with this line of code:
<label for="z_tinymce_editor">Message<br />
This line of code SHOULD look like this:
<label for="z_tinymce_editor">Message</label><br /> (label tag closed)
It will then work correctly. What file can I edit to change this?