Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • robyrom Friend
    #197408

    I have made via editor a simple table and this is the code generated:
    <table style=”width: 450px;” border=”1″ cellspacing=”5″ cellpadding=”5″>
    <tbody>
    <tr>
    <td><span style=”color: #000000 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;”>Assicurazione infortuni e r.c</span></td>
    <td style=”text-align: center;” rowspan=”3″><span style=”color: #000000 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;”>€ 40 per tutte le classi</span></td>
    </tr>
    <tr>
    <td><span style=”color: #000000 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;”>Libretto scolastico </span></td>
    </tr>
    <tr>
    <td><span style=”color: #000000 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;”>Pagelle </span></td>
    </tr>
    </tbody>
    </table>

    When I control the page aspect in any browser the table looks without borders but the outside left and right ones and the bottom one. I can’t figure out where the problem could be. Any help will be appreciated.

    robyrom


    1. config1
    Nazario A Friend
    #533770

    Hi Robyrom,

    You want the table as in this image? http://prntscr.com/3godrb

    If so, pls replace your code with this one:

    <table style="width: 450px;" border="1" cellspacing="5" cellpadding="5">
    <tbody>
    <tr>
    <td><span style="color: #000000 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;">Assicurazione infortuni e r.c</span></td>
    <td style="text-align: center; vertical-align: middle;" rowspan="3"><span style="color: #000000 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;">€ 40 per tutte le classi</span></td>
    </tr>
    <tr>
    <td><span style="color: #000000 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;">Libretto scolastico </span></td>
    </tr>
    <tr>
    <td><span style="color: #000000 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;">Pagelle </span></td>
    </tr>
    </tbody>
    </table>

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

This topic contains 2 replies, has 2 voices, and was last updated by  Nazario A 10 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum