Add a logo to the theme of DM
Hi,
I would like to add a logo to the theme in Rational Design Manager. For that, I used this html-code :
[!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<body>
[div class="custom-html-example" align="right"> [img src="logo.gif" heigth = 50 width = 303> [/div>
</body>
</html>
( I cut out some of the " < " and replace them with " [ ", because otherwise you couldn't see the code).
Then I upload the folder which contains this html-file and the image logo.gif. But the image is not found.
Instead of the image it shows something like this :
I hope somebody could help me with my problem.
Best Regards,
Jan-Bernd
4 answers
as far as I understand it, you create the theme, modify it, including have the icons in the theme file. Then upload it. https://jazz.net/wiki/bin/view/Main/WebUITheming#Uploading_a_New_Theme .
There are quite some posts in the forum if you search:https://jazz.net/search_results.jsp?q=theme+icon#page=1&type=type%3DDocument-ForumThread&q=theme%2Bicon&sortby=false
For example: https://jazz.net/forum/questions/74605/adding-images-to-the-theme-web-ui
I would read through some of them. Would be great if you could publish your finding here.
as far as I understand it, you create the theme, modify it, including have the icons in the theme file. Then upload it.
Yes, that's what I'm trying to do.
Well, in those examples they all work with JavaScript. I would prefer to solve my issue with html.
I have the feeling, that the image-file which I upload together with the html-file do not get onto the server, because otherwise I could easily find it and call up the image in html.
Is there a chance that this is the problem? Is there a way to trace that image-file to see where it goes so I can call up the file?