Announcement

Collapse
No announcement yet.

Bullets for Extended Information

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

    Bullets for Extended Information

    Some of my products have numerous different specification, which I display using Extended Information dialog. Is it possible to place a bullet point in front of each of the different specification so that they are visually better to look at.

    Thank You

    Elfyn

    #2
    You can put any HTML you like into the description. All you have to do is to include it between the special tags !!< and >!! so you could do this

    Code:
    !!<&amp;#149;>!! Item 1 text
    !!<&amp;#149;>!! Item 2 text
    !!<&amp;#149;>!! And so on.
    
    Here the code &amp;#149;  is the HTML for a bullet character.
    
    If you wanted to get more fancy you could use a small graphic as the bullet.
    
    i.e.
    
    !!<<img src="mybullet.gif">>!! Item 1 text
    !!<<img src="mybullet.gif">>!! Item 2 text
    !!<<img src="mybullet.gif">>!! And so on.
    In this case you may have to upload the graphic through Advanced / Additional files.

    Norman
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment

    Working...
    X