Add URL to the <tr> <td> text
in Other
Dear Muffin,
I'm trying to add standard URL 'data-href='#'' to the table and it doesnt work on the page : http://www.soapmarine.com/flores/soins-hight-tech/
<table class="table_menu">
<tbody>
<tr data-href='#'>
<td class="c1">
<h5>Skin Master</h5>
Hydra Peeling 45'
</td>
what is wrong?
thank you in advance!
I'm trying to add standard URL 'data-href='#'' to the table and it doesnt work on the page : http://www.soapmarine.com/flores/soins-hight-tech/
<table class="table_menu">
<tbody>
<tr data-href='#'>
<td class="c1">
<h5>Skin Master</h5>
Hydra Peeling 45'
</td>
what is wrong?
thank you in advance!
Comments
what exactly does not work? As we see, you got this data set for table and it works. Maybe you mean that your tr is not a link? If that's what you mean, then you misunderstood something because this is not how it works.