Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #868637

    Hi Kriesi Team,
    I am trying to display a simple hmtl table without borders.
    The border lines keep showing up though.
    How can I change that?
    here is the code:
    thank you

    <table style=”width:100%; font-size:20px !important”>
    <tr>
    <td style=”width:20%”>1985</th>
    <td>2 year scholarship by the Hochschule der Künste (HdK), Berlin</td>
    </tr>
    <tr>
    <td rowspan=”2″>1983</th>
    <td>Graduation as <i>Meisterschüler</i> at the Hochschule der Künste (HdK), Berlin
    </td>
    </tr>
    <tr>
    <td>Exchange student at Ecole des Beaux Arts, Besançon, France</td>
    </tr>
    <tr>
    <td style=”width:20%”>1978</th>
    <td>Studying Fine Arts (Painting) at the Hochschule der Künste (HdK), Berlin</td>
    </tr>
    </table>

    #869079

    Hey Rio1,

    Please try the following in Quick CSS under Enfold->General Styling:

    td {
      border:none !important;
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.