Amazon2

1268922504|Site updated %O ago.

source

The code provided from Amazon is as follows:

<a href="http://www.amazon.com/gp/product/1400031141?ie=UTF8&tag=classicalworl-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=1400031141">The Landmark Herodotus: The Histories</a><img src="http://www.assoc-amazon.com/e/ir?t=classicalworl-20&l=as2&o=1&a=1400031141" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />

single line

To display the above link as a single line of text (a hyperlink), just take the part from http:// to the word Histories and put it inside a single bracket as follows:

[http://www.amazon.com/gp/product/1400031141?ie=UTF8&tag=classicalworl-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=1400031141 The Landmark Herodotus: The Histories]

which gives:

The Landmark Herodotus: The Histories

If you want the hyperlink to open in a new tab do [*http…..

link as an image

To display an image and make it link to Amazon, go to the amazon page and right-click on the image. Then select Copy Link Location (in Firefox) and paste it into your page as follows.

[[image http://ecx.images-amazon.com/images/I/518Pfrwf8TL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU01_.jpg]]
518Pfrwf8TL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU01_.jpg.

That won't make it link, so to add a hyperlink to that, so after the .jpg add in the link as follows:

[[image http://ecx.images-amazon.com/images/I/518Pfrwf8TL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU01_.jpg link="http://www.amazon.com/gp/product/1400031141?ie=UTF8&tag=classicalworl-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=1400031141"]]
518Pfrwf8TL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU01_.jpg

Add the links above to a table

You can put the image and text links into a table. To style it the way I have you should copy the CSS code below into your custom CSS::

[[table class="layout"]]

[[row class="header"]]
[[cell]]
Image
[[/cell]]
[[cell]]
Link
[[/cell]]
[[/row]]

[[row class="tr"]]
[[cell]]
-
[[/cell]]
[[cell]]
[http://astore.amazon.com/classicalworl-20 See Entire Course Library]
[[/cell]]
[[/row]]

[[row class="tr"]]
[[cell]]
[[image http://ecx.images-amazon.com/images/I/518Pfrwf8TL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU01_.jpg link="http://www.amazon.com/gp/product/1400031141?ie=UTF8&tag=classicalworl-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=1400031141"]]
[[/cell]]
[[cell]]
[http://www.amazon.com/gp/product/1400031141?ie=UTF8&tag=classicalworl-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=1400031141 The Landmark Herodotus: The Histories]
[[/cell]]
[[/row]]

[[row class="footer"]]
[[cell]]
[[/cell]]
[[cell]]
[[/cell]]
[[/row]]

[[/table]]

This gives the following result:

Image Link
- See Entire Course Library
518Pfrwf8TL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU01_.jpg The Landmark Herodotus: The Histories


iframe the Amazon page

To put the whole Amazon paeg on your page, the source code above needs to be altered and shortened and put in an iframe.

This part should be deleted completely:

<a href="

and also delete:

">The Landmark Herodotus: The Histories</a><img src="http://www.assoc-amazon.com/e/ir?t=classicalworl-20&l=as2&o=1&a=1400031141" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />

Also the width and height in the Amazon code, shown as "1", won't work and need to be specified witha suitable width and height. So what you end up with is the following code:

[[iframe http://www.amazon.com/gp/product/1400031141?ie=UTF8&tag=classicalworl-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=1400031141 width="100%" height="800px"]]

iframe result

http://www.strathviewconsultants.co.uk/start
http://www.strathviewconsultants.co.uk/about
http://www.strathviewconsultants.co.uk/contact
http://www.strathviewconsultants.co.uk/location
http://www.strathviewconsultants.co.uk/pricelist
http://www.strathviewconsultants.co.uk/wikis
http://www.strathviewconsultants.co.uk/web
http://www.strathviewconsultants.co.uk/intranets
http://www.strathviewconsultants.co.uk/projects
http://www.strathviewconsultants.co.uk/support:pages

Site Design and Content by Strathview Consultants copyright 2009-2010