We have observed a strange behavior of the HTML <TABLE> tag. If the ColdFusion module
does not specify the ALIGN="alignmentSpec" attribute for the tag, everything displays
as expected. Most specifically, the ColdFusion debug information is under the table.
If I specify "LEFT" or "RIGHT" for the ALIGN attribute, the ColdFusion debug information
is displayed to the opposite side of the table. For example, ALIGN="LEFT" causes the
debug info to be displayed to the right of the table. In order to make the display
look normal, I had to put in a number of <BR> tags -- Generally, as many as there are
lines of data displayed in the table.
This was tested for Internet Explorer 6.0 and Netscape 4.8 and 7.1 browsers. The same
results were observed.
Does anyone have an answer for this behavior?
Thanks,
Fran
does not specify the ALIGN="alignmentSpec" attribute for the tag, everything displays
as expected. Most specifically, the ColdFusion debug information is under the table.
If I specify "LEFT" or "RIGHT" for the ALIGN attribute, the ColdFusion debug information
is displayed to the opposite side of the table. For example, ALIGN="LEFT" causes the
debug info to be displayed to the right of the table. In order to make the display
look normal, I had to put in a number of <BR> tags -- Generally, as many as there are
lines of data displayed in the table.
This was tested for Internet Explorer 6.0 and Netscape 4.8 and 7.1 browsers. The same
results were observed.
Does anyone have an answer for this behavior?
Thanks,
Fran