Here is one method I've tried:
Code: Select all
<a href='#' class='example'>
<div id="pic"><img src='../pic01.jpg'></div>
<div id="rseltitle">Test Title</div>
<div id="rselbox36">£3.99</div>
<div id="rselbox46"><a href="#">Test Link</a></div>
</a>Code: Select all
<a href='#' class='example'>
<table><tr>
<td><img src='../pic02.jpg'></td>
<td>Test Title2</td>
<td>£4.99</td>
<td><a href="#">Test Link</a></td>
</tr></table>
</a>I'm only getting partial success.
Is there a better/different way?
Thx in advance.