Quick Job Minor Change To Code
I have attached a file here, which needs some coding. It should be fairly easy job for anyone who knows php and wordpress.
I want the “amazonsmallurl” image to be hyperlined to “amazonurl”.
Turnaround should be within 1/2 an hour. The code is as below;
CODE START
<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>
CODE END
Regards


