saving bullets to html with spcecial imagename
Posted: Wed Dec 13, 2023 6:22 pm
When saving bullets to an html file, is it possible to save them under a name we want instead of in order? For example, if we give the file name to the first parameter (aname) when adding a bullet, can we have it save with that file name when saving?
For example
rv.AddBullet ('xx.jpg',1,ImageList1,rvsnormal);
Can we make the bullet I added appear as <img src=xx.jpg> in the html output?
For example
rv.AddBullet ('xx.jpg',1,ImageList1,rvsnormal);
Can we make the bullet I added appear as <img src=xx.jpg> in the html output?