Basically, the on-page image urls seem to get handled differently. Here's the line for the on-page images: (= up-url* "grayarrow.gif" down-url* "graydown.gif" logo-url* "y18.gif") My instance is http://tmedweb.tulane.edu:8080 Here's the images line that works for me
(= up-url* "grayarrow.gif" down-url* "graydown.gif" logo-url* "http://tmedweb.tulane.edu/J.gif") My image file, J.gif, is in the arc directory, right next to graydown.gif, and J.gif is also in the root of my apache server, which is serving separately out of port 80. Here are some logo-url* values that didn't work for me: logo-url* J.gif (same format as the down-url* value) logo-url* http://tmedweb.tulane.edu:8080/J.fig (the absolute path the server would presumably use) grepping for the file names and variables in the Anarki directory has yielded nothing. Any thoughts? |