Some images have a "enlarge" sign beneath them. How can I get the enlarged image instead of the original one?
An example
Code:
<div class='photo'><img src='small.jpg' width='500' height='188' ><br><span class='b' style='width:500px;'><a href='large.jpg' target='_blank'><img src='enlargesign.gif' border='0' align='right'></a></span><br></div>
How can I replace small.jpg with large.jpg and remove enlargesign.gif?