[development] paging module need to work out

bharani kumar bharanikumariyerphp at gmail.com
Sat Jul 5 10:01:29 UTC 2008


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/development/attachments/20080705/991bee8c/attachment-0001.htm 


More information about the development mailing list