I am using a wp plugin and want a small change to be made, If anyone can help me please. I want the "amazonsmalllogo" to hyperlink to "amazonurl". Here is the code. <div class="subcolumns"><div style="border:0px solid #000; padding: 5px; margin-bottom: 15px; background: url({$AmazonLogoSmallUrl}) right bottom no-repeat #ffffff; "> <div style="width: {$MediumImageWidth}px; float: left; margin-right:10px;"> <a href="{$AmazonUrl}" target="_blank"><img src="{$MediumImageUrl}" width="{$MediumImageWidth}" height="{$MediumImageHeight}" border="0" /></a> </div> <div> <p><a href="{$AmazonUrl}" target="_blank">{$Title}</a><br /> ISBN: {$ISBN}</p> <p><strong>Price:</strong> <span style="color: #990000; font-weight: bold;">{$AmazonCurrency} {$AmazonPrice}</span><br /> <strong>{$TotalOffers} used & new</strong> available from <span style="color: #990000; font-weight: bold;">{$LowestOfferCurrency} {$LowestOfferPrice}</span></p> Rating {$RatingStars} | Average Rating {$AverageRating} | Total Reviews{$TotalReviews}<br /> </div> <div style="clear: both;"></div></div></div> PHP: Regards