I am running Windows 7 Ultimate on a Toshiba Qosmio laptop with 2GB RAM.
I have a few scripts that are supposed to put out graphics as part of their results (downloaded Tarot script and Rune script). According to the scripts, I have the images in the correct folders, but only receive broken graphic symbols when I run them. Any idea what I may be doing wrong? :geek:
Comments
There's two ways to do this -
- Hardcode the path to the graphic files you want (ie, "c:\my\images.jpg"). I believe this will work, and allows you to store the images wherever you want them.
- Put the images into the directory where the HTML page of results gets placed before it is displayed. Thats usually something like:
"C:/Users/<name>/AppData/Roaming/NBOS/Inspiration Pad Pro". To see the actual location of the generated results file, right click on the results window (after a generator is run) and select properties. Look at the Address.
That did the trick. I am QUITE happy! Thanks, my friend!