|
I'm trying to add a simple image to my advanced dashboard. This is not turning out to be the easy task I thought it would be. I have added the jpg to:
I call that img in a file called foo.html;. Then in my dashboard I did the following:
That produces the error: ServerSideInclude Module Error!
So then I tried doing this within ServerSideInclude):
That produced a similar error. Obviously I'm doing something wrong here. Here is the HTML I'm using (very simple):
|
|
All you have to do is not put those single quote marks around the src param
I figured it out. The path to the image in the HTML has to look like this: /static/app/MyApp/xyz.jpg Thanks all for your help!
(15 Nov '10, 16:36)
Branden
|