Hide table border in footer

In the call to action part of the footer I've put the following code, but as you can see in the screen print the borders of the table are still showing. What should I do to make them disappear?


<table border="none">

<tbody>

<tr>

<td colspan="4"><h4>Unseren Service</h4></td>

<td colspan="2"><img src="/wp-content/uploads/2021/02//transparent.png" alt="transparant" width="32" height="32"></td>

<td colspan="6"><h4>Unsere Zielgruppe</h4></td>

<td colspan="2"><img src="/wp-content/uploads/2021/02//transparent.png" alt="transparant" width="32" height="32"></td>

<td colspan="4"><h4>Leider!</h4></td>

</tr>

<tr>

<td>[tooltip hint="Kaffee und Tee frei"]<img src="/wp-content/uploads/2021/02//free_coffee.png" alt="Kaffee frei bei B&B Winterberg" width="32" height="32">[/tooltip]</td>

<td>[tooltip hint="WLAN frei"]<img src="/wp-content/uploads/2021/02//free_wifi.png" alt="Wifi frei bei B&B Winterberg" width="32" height="32">[/tooltip]</td>

<td>[tooltip hint="Parken frei"]<img src="/wp-content/uploads/2021/02//freee_parking.png" alt="Parken frei bei B&B Winterberg" width="32" height="32">[/tooltip]</td>

<td>[tooltip hint="Unterstellen frei"]<img src="/wp-content/uploads/2021/02//free_storage.png" alt="Unterstellen frei bei B&B Winterberg" width="32" height="32">[/tooltip]</td>

<td colspan="2"> </td>

<td>[tooltip hint="Wandern"]<img src="/wp-content/uploads/2021/02//t_hike.png" alt="Wandern in Winterberg" width="32" height="32">[/tooltip]</td>

<td>[tooltip hint="Fahrrad fahren"]<img src="/wp-content/uploads/2021/02//t_cycle.png" alt="Fahrrad fahren in Winterberg" width="32" height="32">[/tooltip]</td>

<td>[tooltip hint="Motorrad fahren"]<img src="/wp-content/uploads/2021/02//t_bike.png" alt="Motorrad fahren in Winterberg" width="32" height="32">[/tooltip]</td>

<td>[tooltip hint="Entspannen"]<img src="/wp-content/uploads/2021/02//t_relax.png" alt="Entspannen in Winterberg" width="32" height="32">[/tooltip]</td>

<td>[tooltip hint="Ski fahren"]<img src="/wp-content/uploads/2021/02//t_ski.png" alt="Ski fahren in Winterberg" width="32" height="32">[/tooltip]</td>

<td>[tooltip hint="Golf spielen"]<img src="/wp-content/uploads/2021/02//t_golf.png" alt="Golf spielen in Winterberg" width="32" height="32">[/tooltip]</td>

<td colspan="2"> </td>

<td>[tooltip hint="Rauchen nicht erlaubt"]<img src="/wp-content/uploads/2021/02//no_smoking.png" alt="Rauchen verboten bei B&B Winterberg" width="32" height="32">[/tooltip]</td>

<td>[tooltip hint="Haustieren nicht erlaubt"]<img src="/wp-content/uploads/2021/02//no_pets.png" alt="Haustieren verboten bei B&B Winterberg" width="32" height="32">[/tooltip]</td>

<td>[tooltip hint="Nicht geeignet für Kinder"]<img src="/wp-content/uploads/2021/02//no_kids.png" alt="Keine Kinder bei B&B Winterberg" width="32" height="32">[/tooltip]</td>

<td>[tooltip hint="Nicht geeignet für Gruppen"]<img src="/wp-content/uploads/2021/02//no_groups.png" alt="Keine Gruppen bei B&B Winterberg" width="32" height="32">[/tooltip]</td>

</tr>

<tr>

<td colspan="18"><sub>Icons made by <a title="Freepik" href="http://www.freepik.com">Freepik</a>, <a title="Scott de Jonge" href="http://www.flaticon.com/authors/scott-de-jonge">Scott de Jonge</a>, <a title="Dave Gandy" href="http://www.flaticon.com/authors/dave-gandy">Dave Gandy</a>, <a title="Google" href="http://www.flaticon.com/authors/google">Google</a> from <a title="Flaticon" href="http://www.flaticon.com">www.flaticon.com</a> is licensed by <a title="Creative Commons BY 3.0" href="https://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a></sub></td>

</tr>

</tbody>

</table>

Comments

Sign In or Register to comment.