Announcement

Collapse
No announcement yet.

Can I add an in-line image?

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

    Can I add an in-line image?

    I wish to add an 'in-line' image.

    For example, if I wish to add bullets to the description of a product, I can add
    !!<<ul> </ul>>!! etc.

    I would like to add one or more images to a section description.
    Preferably aligned right.

    Is this a tall order?

    #2
    No. Just use embedded HTML.

    E.g. !!<<img align=right src=myimage.gif width=12 height=34 alt="Wowza">>!!

    You may need to upload that image via Advanced / Additional files.

    If you need fancier layouts you can embed an entire table.

    E.g.

    !!<<table border=1><tr><td>>!!
    NORMAL PRODUCT DESCRIPTION
    !!<</td><td>
    <img align=right src=myimage1.gif width=12 height=34 alt="Wowza">
    <br>
    <img align=right src=myimage2.gif width=12 height=34 alt="Wowza">
    </td></tr></table>>!!
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Many thanks for that.
      In fact I had just sussed it out
      http://www.despatchboxes.com/acatalog/index.html
      The red boxes.

      The extra advice was welcomed too.

      Comment

      Working...
      X