How to make html table width more 1/3 of page
Question
I want to use HTML table with block themes like Fork/Blockbase/Raft etc. Problem is table is not wide more than 1/3 of page width neither with Width 100% or Width 800px setting. I have tried with above themes and results are same.
I don’t want to use table plugin because I want link inside to be crawlable which are not with most popular plugins and their width is not more than 1/3 too, if they show wide table they show scrollbar which is not acceptable.
Can someone help me? Thank You
<style>
.MyHTML_Table {
width:900px;
border:1px solid #00A1E7;
border-collapse:collapse;
}
.MyHTML_Table th {
border:1px solid #00A1E7;
background:#C7FFE6;
}
.MyHTML_Table td {
border:1px solid #00A1E7;
background:#FFFFFF;
}
</style>
<table class="MyHTML_Table">
<caption>Table 1</caption>
<thead>
<tr>
<th>Company</th>
0
1 month
2023-04-25T21:08:10-05:00
2023-04-25T21:08:10-05:00 0 Answers
0 views
0
Leave an answer