• Hey guys,

    Got a quick question.

    Made a table in HTML, removed borders and for a second it worked. Then all of the sudden the borders are back.

    Confused.

    here’s the code.

    <table id="eventstable" style="border: none; cellspacing: 0; cellpadding: 0;" border="none" width="100%" cellspacing="0" cellpadding="0">
    <tbody>
    <tr style="border: none;" bgcolor="#333333">
    <td width="50%">
    <h3 style="color: white; font-size: 26px; text-align: left;"><strong>Upcoming Events</strong></h3>
    [ecs-list-events limit='2' venue='true' eventdetails='true' excerpt='true' thumb='true' viewall='true']</td>
    <td width="50%"><iframe src="https://www.youtube.com/embed/OCCcrsn7s2w" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></td>
    </tr>
    </tbody>
    </table>

    – Zach

Viewing 1 replies (of 1 total)
  • It is very difficult to help with this type of problem without being able to view the site. If you post a link to your site where the problem can be seen, someone may be able to help you.

Viewing 1 replies (of 1 total)
  • The topic ‘Table Border (HTML Easy Question)’ is closed to new replies.