M
Mark Sandfox
When I use the <pre> tag in the following i do get the advantage of the page
recognizing EOLN but the disadvantages are huge.
1) The text no longer wraps within a table/cell constraint
2) The last EOLN or EOF is forcing unwanted <br> or <p> and causing the
table to enlarge its height to include to many empty line at the bottom
Is there a solution for this?
My code as it stands now:
<div align="left">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse:
collapse" bordercolor="#111111" width="600">
<tr>
<td><pre><font face="Arial" Size="3"><%#
Container.DataItem("EventDescription")%></font></pre></td>
</tr>
</table>
</div>
Thank you in advnace for your help.
recognizing EOLN but the disadvantages are huge.
1) The text no longer wraps within a table/cell constraint
2) The last EOLN or EOF is forcing unwanted <br> or <p> and causing the
table to enlarge its height to include to many empty line at the bottom
Is there a solution for this?
My code as it stands now:
<div align="left">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse:
collapse" bordercolor="#111111" width="600">
<tr>
<td><pre><font face="Arial" Size="3"><%#
Container.DataItem("EventDescription")%></font></pre></td>
</tr>
</table>
</div>
Thank you in advnace for your help.