Всем здрасте!
Нужна помощь.
Есть такой код:
<div class="wf-cell">
<div>
<div class="text-big">
<div class="wf-table">
<div class="wf-td">
<a href="/website-integration"> <!--нужно копировать эту ссылку-->
<img src="img.jpg" alt=""></a>
</div>
<div class="wf-td benefits-inner">
<h4>Website Integration</h4> <!--вставить сюда тег a ссылкой выше-->
<p>This feature allows you to bind Sugar and your website altogether with only few clicks and enjoy the benefits of your newly created recruitment portal.</p>
</div>
</div>
</div>
</div>
</div>
Вот, но есть одно но, таких блоков много и в каждом своя ссылка на картинке. Нужно чтобы в каждом таком блоке вставлялся тег <a> с ссылкой выше в заголовок <H4>!!!
Помогите это реализовать!