PDF Generating Tool Support Forum

HOME   Login   Register    Search




  Subject: How To Put a Colspan of Td Tag in Table
   PostPosted: 17 Sep 2010, 09:39 
We Have One Table the columns of it Doesn't span. Please Give Me Help For The How To Col-span For Table Columns

Code:
<table>
   <tr>
         <td class="blank" >data</td>
         <td class="blank" >data</td>
         <td class="blank" >data</td>
          <td class="blank" >data</td>
        <td class="blank" >data</td>
    </tr>
    <tr>
         <td class="blank" colspan="3"></td>
            <td class="blank" colspan="2"></td>
    </tr>
</table>


I Write The Code This way But it Not Works


Last edited by chinnijoy on 18 Sep 2010, 07:05, edited 1 time in total.

  Subject: Re: How To Put a Colspan of Td Tag in Table
   PostPosted: 17 Sep 2010, 17:56 
It is quite difficult to see, what you expect to render from the code.
As there is no any neighbor rows and columns, colspan="3" is optimized to colspan="1". In standard scenarios, like below, colspans work correctly.

<table border=1 width=100 height=100>
    <tr>
         <td class="blank" colspan="3">&nbsp;</td>
    </tr>
    <tr>
         <td class="blank">&nbsp;</td>
         <td class="blank">&nbsp;</td>
         <td class="blank">&nbsp;</td>
    </tr>
</table>


  Subject: Re: How To Put a Colspan of Td Tag in Table
   PostPosted: 15 Nov 2010, 04:38 
PD4ML wrote:
It is quite difficult to see, what you expect to render from the code.
As there is no any neighbor rows and columns, colspan="3" is optimized to colspan="1". In standard scenarios, like below, colspans work correctly.

<table border=1 width=100 height=100>
    <tr>
         <td class="blank" colspan="3">&nbsp;</td>
    </tr>
    <tr>
         <td class="blank">&nbsp;</td>
         <td class="blank">&nbsp;</td>
         <td class="blank">&nbsp;</td>
    </tr>
</table>
I Try This But This Not Working!


Last bumped by Anonymous on 15 Nov 2010, 04:38.



[Reply]     [ 3 posts ] 

cron
Copyright ©2004-10 zefer|org. All rights reserved. Bookmark and Share