Table Borders

  • Unknown's avatar

    Hi All,
    I am new
    to wordpress and have never done coding besides in R. I am trying to do a 4€ homepage so no plugins etc.
    My problem right now is that I inserted a table (to organise content a little better), but I don’t want any table borders etc.

    The code is:

    <table>
    <tbody>
    <tr>
    <td style=”border:none;” width=”300″>Short YouTube Video</td>
    <td width=”300″>RTE Six one News Coverage</td>
    </tr>
    <tr>
    <td width=”300″>
    <h4>Image result for Youtube logo</h4>
    </td>
    <td width=”300″>Related image</td>
    </tr>
    <tr>

    Please can someone help?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Oh that did not work…

    <table>
    <tbody>
    <tr>
    <td style="border:none;" width="300"><a href="http://www.youtube.com/watch?v=oq4ep-I-Dj4" target="_blank" rel="noopener">Short YouTube Video</a></td>
    <td width="300"><a href="http://www.youtube.com/watch?v=WZBMu_pARyQ&t=1s" target="_blank" rel="noopener">RTE Six one News Coverage</a></td>
    </tr>
    <tr>
    <td width="300">
    <h4><img class="irc_mi aligncenter" src="https://cdn.vox-cdn.com/thumbor/SfyqZw6l_jidAYdkqYEis-Omdho=/0x0:1680x1050/1200x675/filters:focal(706x391:974x659):no_upscale()/cdn.vox-cdn.com/uploads/chorus_image/image/56414327/YTLogo_old_new_animation.0.gif" alt="Image result for Youtube logo" width="224" height="131" /></h4>
    </td>
    <td width="300"><a href="http://www.youtube.com/watch?v=WZBMu_pARyQ&t=1s"><img class="irc_mi aligncenter" src="https://i2-prod.irishmirror.ie/incoming/article11412227.ece/ALTERNATES/s1200/Screen-Shot-2017-10-26-at-110726.png" alt="Related image" width="209" height="128" /></a></td>
    </tr>
    <tr>
  • Unknown's avatar

    Hi alinawieczorek,

    Can you please share the link to the page where you have inserted the table.

    Thanks
    Yashita

  • Hi there,

    HTML tables should not be used for arranging content on a website. Tables are not responsive, so it makes your site almost unusable on mobile devices, and it also causes issues with accessibility. Tables should only be used to display tabular data.

    Why don’t you tell us exactly how you are trying to structure your content (please give a link to the exact page so we can take a look at it), and we can see if there isn’t a better way to arrange things the way you want.

  • The topic ‘Table Borders’ is closed to new replies.