Note that there are some explanatory texts on larger screens.

plurals
  1. POHow do I center a table?
    primarykey
    data
    text
    <p>I was wondering how to center this table? I'm having difficulties centering this. I've tried centering with CSS, but I may be doing something wrong when it comes to placing the tags in my CSS. I've tried the tags "table.tftable" </p> <pre><code>&lt;style&gt; table { -moz-border-radius: 5px !important; border-collapse: collapse !important; border: none !important; } table th, table td { border: none !important } table th:first-child { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } table th:last-child { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } table tr:last-child td:first-child { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } table tr:last-child td:last-child { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } table tr:hover td { background-color: #2f2f2f !important } &lt;table id="tfhover" class="tftable" border="1"&gt; &lt;style type="text/css"&gt; table.tftable {font-size:12px;color:#fbfbfb;width:100%;border-width: 1px;border-color: #686767;border-collapse: collapse;text-align:center;} table.tftable th {font-size:12px;background-color:#171515;border-width: 1px;padding: 8px;border-color: #686767;text-align:center;} table.tftable tr {background-color:#000000;} table.tftable td {font-size:12px;border-width: 1px;padding: 8px;border-color: #686767;text-align:center;} &lt;/style&gt; &lt;table id="tfhover" class="tftable" border="1" style="width: 680px;"&gt; bunch of content &lt;/table&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload