Ive noticed none of the old Online now picture codes work. Does anyone have a working code to change the online now picture on myspace?
lol I know html to post an image... Im trying to replace my Online Now picture. I tried it on my sisters computer logged in her myspace and it didnt work...
Go to the Add/Edit Photos tab (under Edit Profile and Account Settings), Then there should be a white box that comes up at the top, click browse, find your picture(s), click next. After, select an album you want it to be it, or just click upload and it goes in the default one. Then, let it upload, click next, pick a caption if you want, and it should be done. Edit: Oh, by online now, do you mean this;
You need to find the name of the icon. It's probably ".blacktext<instertnumberhere>". Then it's just a matter of writing up a quick css code snippet.
<style type="text/css"> table table table td.text div img {visibility:hidden;} table table table td.text div { background-image:url("INSERTURLHERE"); background-repeat:no-repeat;} able table table td.text table table div img {visibility:visible;} table table table td.text table table div { background-image:none;}
That would be for the background right? Cody, try doing a google search for "Online now custom image". I get the feeling it's disabled though.
No, It's embeded within the layout. You need to single it out within your layout and that's how you change it. Just put it in as in.