Home Forums WoodMart support forum How to build this Reply To: How to build this

#26497

Artem Temos
Keymaster

Hi,

We are glad to know that you considered using WoodMart for your web-site. I hope you will be happy with it.

It is a default HTML table. Here is an example code from our demo website

<table>
   <tbody>
      <tr>
         <th>Resolution</th>
         <td>2160p (4K)</td>
      </tr>
      <tr>
         <th>Hard Drive Capacity</th>
         <td>500 GB</td>
      </tr>
      <tr>
         <th>Drive Type</th>
         <td>Blu-ray</td>
      </tr>
      <tr>
         <th>Processor</th>
         <td>AMD 8-Core</td>
      </tr>
      <tr>
         <th>Output</th>
         <td>HDMI</td>
      </tr>
   </tbody>
</table>

Regards