Dear

Am using paging for article content,

in my table body field contains the all html tags

my content looking like this manner
<code>
<table width="350" cellpadding="5" cellspacing="0" border="0" align="right">
    <tr>
        <td><img src="/images/2002/November/tool_Fig1.gif" border="0" /></td>
    </tr>
    <tr>
        <td align="center"><font size="1">Figure 1. These examples show the application of die design guidelines.</font></td>
    </tr>
</table>
<i>Editor?s note: Chris Rauwendaal is a designer, consultant, and seminar instructor
who has written extensively on process engineering and extrusion topics.</i><br /><br />

Die design for extrusion can be rather complicated, since the size and shape
of the extruded product varies from that of the die flow channel. Multiple mechanisms
affect the size and shape changes in the extruded product, and these can be
controlled by die design.<br /><br />
</code>

the above is my content,

what happen u see,

when the page break is inserted inside table tag,
then the table content divided into two pages,

Tell me solution for this?????????

i want like this manner

<code>
<table width="350" cellpadding="5" cellspacing="0" border="0" align="right">
    <tr>
        <td><img src="/images/2002/November/tool_Fig1.gif" border="0" /></td>
    </tr>
    <tr>
        <td align="center"><font size="1">Figure 1. These examples show the application of die design guidelines.</font></td>
    </tr>
</table><--break-->
<i>Editor?s note: Chris Rauwendaal is a designer, consultant, and seminar instructor
who has written extensively on process engineering and extrusion topics.</i>
<--break-->
<br /><br />

Die design for extrusion can be rather complicated, since the size and shape
of the extruded product varies from that of the die flow channel. Multiple mechanisms
affect the size and shape changes in the extruded product, and these can be
controlled by die design.<br /><br />
</code>


anu support for this........

Thanks