img tag in navigation
Hello, I just purchased and installed the calendar on my server, v6.3.24 (Zend)..
In the navigation section of the setup, it says "To use an image, insert a complete IMG tag in the form field to the right."
All it shows is the text '<img src="url"' it doesnt load the image.. what am I doing wrong..
here is what I have tried:
<img src="images/custom/left.gif">
<img src='images/custom/left.gif'>
<img src="http://server/calendar/images/custom/left.gif">
<img src='http://server/calendar/images/custom/left.gif'>
|