Announcement

Collapse
No announcement yet.

Two or more images side by side

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Two or more images side by side

    Hi Is it possible to put two or more small images side by side in a section or fragment instead of just one

    Thanks Keith

    #2
    join them up and make them into one image.

    Comment


      #3
      Yes - if you use a text only fragment you can add some html to format the fragment. You will also need to add the images to te additional files list.

      The code could go something like this:

      Code:
      !!<
      <table>
      <tr>
      <td><a href="linktomypage1.html"><img src="myimage1.jpg" border=0" alt="alt text 1"></a></td>
      <td><a href="linktomypage2.html"><img src="myimage2.jpg" border=0" alt="alt text 2"></a></td>
      </tr>
      </table>
      >!!

      Comment


        #4
        How about creating a new layout for 2 images - embed the HTML and include user defined variables to specify the images. That way you can reuse the same template over and over and simply declare which images to use


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          3 options and counting - oh the choices!

          Comment

          Working...
          X