I've looked around and can't figure out what's going on. Any help would be greatly appreciated.
I have an interactive report which, when no data is found, displays the "no data found" message wrapping very tight. I have uploaded
a screenshot of it to TinyPic for you to see what I see.
The HTML generated around the "no data found" text is the following.
>
<DIV id="apexir_DATA_PANEL">
<TABLE summary="">
<TBODY>
<TR>
<TD>
<TABLE id="12352007490697832" class="apexir_WORKSHEET_DATA" border="0" cellSpacing="0" summary="" cellPadding="0">
<SPAN class="fielddata">
No submissions were found in the system.
</SPAN>
</TABLE>
</TD>
</TR>
</TD>
</TR>
</TBODY>
</TABLE>
</DIV>
>
I've looked through the HTML code that is generated for that page, but can't figure out why the words are wrapping. Any thoughts?
Shane.