Yes you can do this, but putting in html coding within the description field box. However, you need to tell actinic when to start html coding and when to finish.
To do this, simply put in
!!< // after this symbol put in html coding
and
>!! // This finishes the html coding
An example would be
!!<
<img src="helloworld.gif">
>!!
This will show the helloworld.gif file within the description of you product
Hi
Argh not to sure what im doing here, when i put in the html code in the description box, when viewed it just looks like text?
i have to put html in the text description box yes?
Comment