Multiple Items in Enhanced Link
The second thing I noticed today on the Amazon.com Associates blog was this tip on making a single item enhanced item link that randomly displays items from a list.
I used that tip to create the enhanced link to the left that displays a list of books on the major open source projects in which I have an interest.
In case anyone is wondering how I put enhanced links to the left or the right in my blog, I do it this way:
<div style=”float: left; margin: 0.1in”>
<!– paste enhanced link code here –>
</div>
Simply replace “left” with “right” and you’ll have one that floats on the right. Note that this method won’t work on some free blog services because they reject the IFRAME tag.
You can find the instructions on how to modify the link over on the Associates blog.