Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26454

    We Have One Table the columns of it Doesn’t span. Please Give Me Help For The How To Col-span For Table Columns

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

    I Write The Code This way But it Not Works

    #28208

    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.

    [language=xml:9m1j0q05]

     
         

    [/language:9m1j0q05]

    #28209

    @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.

    [language=xml:368atvr0]

     
         

    [/language:368atvr0]I Try This But This Not Working!

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘HTML/CSS rendering issues’ is closed to new topics and replies.