#0837 Add logo
Can you please explain how to add a logo to top of the Issues
Tracker pages?
I've managed to upload a gif file using the contents //custom_fields/manage_main but I can't work out how to get it to display.
I suspect I need to edit the screen.css using checkoutable templates but I don't kow how to specify an image that's inside the Zope file system.
Thanks,
Greg.
9 months and 2 weeks old
To be honest, I'm not so sure. The best bet is probably to check out StandardHeader.zpt and change the <h1> tag to some <img> tag. You can upload the logo inside the issuetracker instance itself.
Note, that's what I have done right here on this issuetracker. You'll notice the "Return to IssueTrackerProduct.com" link at the top.
I have managed to add a log to the main screen's header thanks.