Announcement

Collapse
No announcement yet.

fragments & Photos

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

    fragments & Photos

    Hi there
    Does anyone know how to include more than 1 image per fragment?
    Many thanks
    Cakes Cookies and Crafts Shop
    Cookie Cutters
    Cake Decorating Supplies
    Chocolate Making Equipment

    #2
    Hi Donna - you can set the fragment layout to include text and in the text box copy the following code:

    !!<<table width="400" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="100"><img src="image.gif" width="50" height="100"></td>
    <td width="300">More text about the product here</td>
    </tr>
    </table>>!!

    This will create a 400 pixel wide table with a 100 pixel wide cell for the image and a 300 pixel wide cell for the additional text - the width and height values are the image dimensions - change all to suit.

    If you want to centre the table in the fragment include align="center" just after border="0"


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Note the spelling of align="center"


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        this page is really useful for understanding more about tables
        http://www.annabella.net/tables.html
        www.calmncomfy.co.uk : Improving well being and enjoyment of life - Naturally

        Comment

        Working...
        X