PDA

View Full Version : Bullets for Extended Information


elfynfire
28-Oct-2003, 09:40 AM
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

NormanRouxel
28-Oct-2003, 10:17 AM
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

!!<&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