Table not working with CSS and HTML
-
Hi, I am trying to make a table that looks like this
However, I am not sure why after I paste the CSS code into EditCSS, and the HTML code to the page I want it to be, the table is not displaying properly.
It looks like the table is not calling the class at all.I tried both inline property like
<table style="border-collapse: collapse; font-size: 12pt; text-align: left;"> <tr> <th style="height: 2px; border=none"><div class="hurdles-icon"></div></th> <th style="height: 2px; border=none">60mH, 110mH, 400mH</th> </tr> <tr> <th style="height: 2px; border=none"><div class="location-icon"></div></th> <th style="height: 2px; border=none">London, Ontario</th> </tr> </table>But its not working as well.
I haven’t put the table up on my site yet, not until I get this fixed.
Does anyone why is this happening?Thanks
P.S. I am using SKT White theme if that matters.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘Table not working with CSS and HTML’ is closed to new replies.