quote:
Originally posted by Prof. BallsKnocker
something informative:
If you reeeaaaaly want to do that and your png is at say
Cocuments and SettingsProf. BallsKnockerMy DocumentsMy PicturesPlus Tabicon.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://Cocuments%20and%20SettingsProf.%20BallsKnockerMy%20DocumentsMy%20PicturesPlus%20Tabicon.png</image>
Note:
that the prefix is file:// not http://
and that all the spaces are replaced with %20 (don't ask me why)
i can't get it to work...