Announcement

Collapse
No announcement yet.

Layout Question

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

    Layout Question

    Hi everyone,
    I was wondering if anyone knows if it is possible to insert a very small image within a text description of an item, and if so how?
    By the way I have Actinic Bus Edt Ver 7.

    #2
    You can use HTML within the text description for any item. All you have to do is surround the HTML code with !!< and >!!. So to insert an image, write..
    Code:
    Some description !!<<img src="filename" alt="keyword" />>!! more description
    www.gbradley.co.uk
    Web Development, Actinic Patches, Scripts & more

    Comment


      #3
      Keep in mind the height of the image will effect how your paragraph line spacing will be rendered - you should also include the width="" and height="" properties to help cross-browser compatability


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment

      Working...
      X