Page 3 of 3 FirstFirst 123
Results 21 to 23 of 23

Thread: Need help with Amazon image links

  1. #21

    Default

    Hi Elite Members

    Again with Amazon Images: Lets us take an example of Hockey sticks as a niche or cameras. I want to add several images of the cameras in a horizontal line . Whereas the HTML codes/text occupies the entire space provided by the text editor and if I copy/paste the HTML code below the first one then the image of the second camera also falls below the first image on the extreme left and not to the right of the first image. I want the second image of the came to the right of the first one in a horizontal line

    How do i go about it


    Sona

  2. #22

    Default

    I usually make them into one picture with an image editor, and post it as a single picture, but I think this code will work.

    Three pictures in a row, horizontally:
    <img src="http://imageurl" border="0"> <img src="http://imageurl" border="0"> <img src="http://imageurl" border="0">

    The thing is, you would have to upload your images into an image file on your web server. The image URL link would be the path to where you uploaded your image. Example:
    http://www.yourdomain.com/image/imagename.jpg.

    It might work if you insert the images into the blog, then go to the source page and change the code to the above.

    Three pictures in a row columnly/vertically:
    <img src="http://imageurl" border="0"><BR><img src="http://imageurl" border="0"><BR><img src="http://imageurl" border="0">

    Here is another way:
    Click on the "Add Image" icon, next click "none" on "Choose Layout". Then add your first image, next click "Add another image". Add the 3rd image the same way.

    After adding your 3 images, click on the "upload image". After your images are in the preview screen, you can then move them side by side, and add spaces between the images. This again will depend on your theme.

    Lastly, would be to insert a table of the 3 cells and insert your images into the table.

    Hope one of these solutions will work for you!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •