Hi, I'm trying to set up an art data table. Just copied the example code in the demo but is not working:
| Code: |
{artdatatable}
<table>
<thead>
<tr>
<th width="100">Col 1</th> <th width="100">Col 2</th> <th width="100">Col 3 is a long header name</th> <th width="100">Col 4</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
</tr>
<tr>
<td>5</td>
<td>6</td>
<td>1</td>
<td>7</td>
</tr>
</tbody>
</table>
{/artdatatable}
|
This is what I get:
http://miprimertriatlon.com/equipo/index.php?option=com_content&view=article&id=98&Itemid=296
What I am doing wrong? any help appreciated!
Thanks,
Carol