- Code: Select all
[-- SC_Payment --]
and end up like:
- Code: Select all
<table class="payment">
...
</table>
I would like to add my own classes and sometimes an ID to tables. Currently the only viable solution I have come up with is to add a class to the rendered table with some jQuery. The best solution is being able to add a class or an ID directly to the code. If Shopsite added support for this idea below; designers/developers could gain some control over elements that we are lacking right now.
- Code: Select all
[-- SC_Payment .table .table-head #myPayment --]