• Resolved nicksoph

    (@nicksoph)


    Hi
    I wonder if anyone is willing to help a html novice create a two column resizeable layout template.

    I am trying to create a page which makes use of Amazon link to create a list of books that we wish to recommend, with the default Amazon images on the left and a short paragraph of text aligned on the right of each image which gives a description of why and to whom we recommend that particular book.

    I would like the image to resize to about a third of the page width and for the text to take the rest of the space to the right.

    Im struggling to make sense of which bits go within the page and which would be in the Amazon link template.

    If anybody has already something similar would you mind sharing your method/code.

    Thanks
    nick

    https://www.ads-software.com/plugins/amazon-link/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter nicksoph

    (@nicksoph)

    Not sure if it will meet with any sort of sensible standard but I think the following meets my needs;

    <div style="clear:both">
    <div style="width: 30%; float: left; padding-left: 10px">[amazon asin=8172234996&template=image]</div>
    <div style="width: 60%; float: right; padding-right: 30px"><p>text goes here text goes here text goes here text goes here text goes here text goes here text goes here text goes here text goes here text goes here text goes here text goes here text goes here text goes here text goes here text goes here text goes here text goes here text goes here text goes here text goes here text goes here text goes here text goes here text goes here text goes here text goes here text goes here text goes here </p></div>
    </div>

    Plugin Author paulstuttard

    (@paulstuttard)

    Hi,

    Looks good, I think that is what I would have proposed.

    Thanks for trying the plugin!

    Paul

    hello dear nicksoph that looks pretty nice. it works for me too.

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Template – Image resize and comment’ is closed to new replies.