View Single Post
Old 06-23-2013, 07:50 AM   #1
Steven630
Groupie
Steven630 began at the beginning.
 
Posts: 178
Karma: 10
Join Date: May 2012
Device: Kindle Paperwhite2
How do I get enlarged images?

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?

Last edited by theducks; 06-23-2013 at 10:06 AM. Reason: chabged to use code tag
Steven630 is offline   Reply With Quote