Table Design shortcode
Hello.
I want alternate background styling like this classic table. https://muffingroup.com/betheme/elements/table/ How we get this in shortcode in below html
<table>
<thead>
<tr>
<th>Product Type</th>
<th>Deniers</th>
<th>Texture</th>
</tr>
</thead>
<tbody>
<tr>
<td>Drawn Texturising Yarn (DTY)</td>
<td><span style="font-family: Plus Jakarta Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">30D to 300D</span> </td>
<td>Semi Dull/ Full Dull/ Dope Dyed/ Bright/ Crimp/ Melange/ Fancy Yarn</td>
</tr>
<tr>
<td>Full Dull Yarn (FDY)</td>
<td> 30D to 300D</td>
<td>Semi Dull/ Full Dull/ Dope Dyed/ Bright/ Cationic</td>
</tr>
<tr>
<td>Air Texturising Yarn (ATY)</td>
<td> 110 D - 1000 D </td>
<td>Slub/ Neps/ Long Slub/ Uneven Slub/ Dope Dyed</td>
</tr>
<tr>
<td>Partially Oriented yarns (POY)</td>
<td> 30D to 300D</td>
<td>Semi Dull / Full Dull / Dope Dyed / Bright</td>
</tr>
<tr>
<td>Rayon filament yarn (VFY)</td>
<td> 30D to 120D</td>
<td>Raw White & Dop Dyed </td>
</tr>
<tr>
<td>Nylon Yarn </td>
<td> Nylon 6 & 66 DTY, FDY & POY </td>
<td>Raw White & Dop Dyed </td>
</tr>
</tbody>
</table>
Comments
Hi,
You must activate the classic style in Betheme -> Theme options -> Global -> General.
Best regards