I have the following code:
<strong>this is test1 </strong>
<strong>this is test2 </strong>
<strong>this is test3 </strong>
<strong>this is test4 </strong>
and I need to change that to:
<div id="test1"><strong>this is test1 </strong></div>
<div id="test2"><strong>this is test2 </strong></div>
<div id="test3"><strong>this is test3 </strong></div>
with str_replace or something... Any ideas? As the text is coming from CMS. I need to have ids for this text to move to the subsection when the menu item is clicked.