Hi,
i am having a code in which same piece of code is being repeated many times.
here is the code.
<li style="height: 90px; margin: 0 8px 0 0; margin-bottom: 15px;">
<a href='javascript:refreshIframe("bbgoT7jq3x0")' id="episode1" style="width: 200px;" onclick="refreshIframe();">
<span style="float: left;">
<img width="120" alt="" src="default.jpg" />
</span>
<span style="height: 90px; margin-left: 2px;">KAPIL playing as Rajkumar and Sumona as Rajkumari in Comedy Circus 2013 Video in HD</span></a>
</li>
only thing that changes is href, id and img.
is it possible to run a loop and change appropriate values only?