« Back to the HTML Forum

online icon help

Posted by xaniella

posted
updated

Forum: HTML Group

I'm trying to replace my online icon and it's only partially working. I had it working just fine until about a week ago but then I made some edits to other parts of my code & now my profile looks like this. The image is technically replaced but the text is still there. I'm attaching my code to see if I did anything wrong 🫠🫠

edit: here's the code as i said, i was so sleep deprived last night i forgot to put it lol. The dots in the style tags aren't there in my actual code, i just had to put them so the style tags would be visible


<.style>


.online {visibility: hidden;}

.online img { content: url("https://s13.gifyu.com/images/bmMU1.gif"); 

     animation-name: none; 

     visibility: visible; 

     height: 20px; 

     width: 90px; }

<./style>




Report Topic

1 Reply

Reply by ashton

posted

I cant see the code so I'm not sure what has gone wrong. I would redo the code, you've probably just accidentally deleted a part of it.

Heres the blog I used for mine:

https://blog.spacehey.com/entry?id=2304


Permalink Report Reply