Make spesification table

Posted in: Newspaper
Post count: 9

Hello,

Any body know how to make a spesification table (as attached) using newspaper theme ?

Best Regard

How to make table

Post count: 9544

use HTML to make a table.

Create a custom class for the elements in first column for larger text in red.

eg.,

<table class="table">
<thead>
<tr colpan="3">Blah</tr>
</thead>
<tbody>
<tr>
<td class="bigred">COL 1</td>
<td>COL 2</td>
<td>COL 3</td>
</tr>
</tbody>
</table>

plenty of guides online for making tables in HTML.

  • This reply was modified 10 years by simchris.
Post count: 58

@fajriearadea Try to ask GSMArena and see what kind of plugin they are using for their phones specifications table.

Regards

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.