In CS10 it comes up with this kind of deal see img
Now in 9.7 and below there was perhaps the [Chicklet] method one used to out a new banner
Here is a quick and dirty way
- Option .Edit the file that is called custom.js in /support/appearances/custom.js a zero byte file and a custom.png is supplied by OT .One could just add some simple javascript to do this
Put code like this in img/appearances/custom.jsjavascript:document.write(“Hello World!”);javascript:document.write(“<img src=\”/img/appearances/custom.png\”>”);
anything that you can do with custom.js will be put on that page
- Option -This is contribution of my friend Madhukar Kampe.He wrote to me
Go to location OTHome\support\style\images\ . Here you find many images. The images of our interest are below.
– logo_otcs224x43.png (this is the image that appears to the left side by default)
– banner_right_ecmsuite320x43.png (this is the one that appears to the right one by default)
Now we can edit this images to whatever images we want by not changing the names. Below are the before and after screens