Ok if i place a decoded email into a table: <table name="email"> <tr><td>#EmailContent#</td></tr> </table>
The email being outputed is HTML and has something like this: <table bgcolor="#fff00"> <tbody>BLAH BLAH BLAH</tbody> and does NOT have a closing </table> it will make the rest of the page REALLY usgly...if you know what i mean.. So is there a way to <cfabort> a specific area in the code once it is done within the "email" table and continue with the rest of the page? I want to be able to do this: <table name="email"> <tr><td>#EmailContent#</td></tr> </table> and if the #emailcontent# is NOT correct HTML format it wont ruin the HTML code i have AFTER the #emailcontent# get it now? - Get your own Web-based email account at FishingWorks.com
