Announcement

Collapse
No announcement yet.

Bullet points in extended product info?

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

    Bullet points in extended product info?

    Hi all,

    I want to be able to offer 'data sheet' type information in my extended product information which would include bulleted points and addtional pictures. I firstly considered purchasing dreamweaver but this would be quite costly. Does anyone know how i can add additional pictures and place bulleted text around them?

    Any help would be greatly appriciated

    Graham

    #2
    You can embed HTML into the extended description.. eg for a list:

    !!<<ul>
    <li>bullet 1</li>
    <li>bullet 2</li>
    <li>bullet 3</li>
    </ul>>!!

    for an image :

    !!<<img src="image.jpg" alt="my image" />>!!

    ensure that image.jpg is in the root of the site folder (you may need to add into additional files depending on the mood of Actinic during upload)


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Thats great, many thanks for your help!!

      Comment

      Working...
      X