Quote:
Originally Posted by iyama
Anyone?
|
I suspect all you'd have to do is replace
Quote:
<font color="#FDD017"><b><i>Offline</i></b></font>
<font color="#00FF00"><b><i>Online</i></b></font>
|
with something like:
Quote:
<img src="pathtoyourimage/offlineimage">
<img src="pathtoyourimage/onlineimage">
|
Respectively. Where onlineimage and offlineimage will be the names of the actual images you are going to use.
For example would use: <img src="./images/offline.png">