12 Aug
2002
12 Aug
'02
1:28 a.m.
Good evening, good morning, and good day, I'm having a small but frustrating problem. I've read the book, searched the archives, etc. Any help will be appreciated. with the file object, "mds_logo" in the current folder, the following code works: <html> <body> <dtml-var mds_logo> </body> </html> it does not work, however, if I move the object to the "images" folder and reference it as follows: <html> <body> <dtml-var images/mds_logo> </body> </html> for what it's worth, if I call the logo from the address bar in my browser, it works: http://freezope2.nipltd.net/mds/images/mds_logo Danny