something informative:
quote:
Originally posted by Mippo
Yes, you can, you'll have to save the images that are linked to in the file where GFD referred to, and change the URLs in that file as well. Why do you want that? It's just loading and it shows up a few seconds later, why not?
If you reeeaaaaly want to do that and your png is at say
C:\Documents and Settings\Prof. BallsKnocker\My Documents\My Pictures\Plus Tab\icon.png
then you must change the
code:
<image>http://shoutbox.menthix.net/tab/images/tabbut.png</image>
in
code:
<tab>
<image>http://shoutbox.menthix.net/tab/images/tabbut.png</image>
<name>Msgplus.net Tab</name>
<tooltip>The Official Messenger Plus! Community Tab</tooltip>
<contenturl>http://shoutbox.menthix.net/tab/</contenturl>
<hidden>false</hidden>
</tab>
to
code:
<image>file://C:\Documents%20and%20Settings\Prof.%20BallsKnocker\My%20Documents\My%20Pictures\Plus%20Tab\icon.png</image>
Note:
that the prefix is
file:// not
http://
and that all the spaces are replaced with
%20 (don't ask me why)