Riahfatality Posted January 17, 2011 Share Posted January 17, 2011 Okay, I need to know how to replace the Trades Auctions Wishlist Neomail Neofriend images with my own. I used to be able to remember the code, but I misplaced it. Can anyone help please? ^-^ Quote Link to comment Share on other sites More sharing options...
Fever Posted January 17, 2011 Share Posted January 17, 2011 I'm not 100% sure what your question is, exactly.. I'm not totally sure it's OK to replace wishlist pics with anything besides those pictures. I have to ask though, why does it matter? O.o Anyway, look for <img> coding I think. Quote Link to comment Share on other sites More sharing options...
Riahfatality Posted January 17, 2011 Author Share Posted January 17, 2011 The icon pictures, I want to replace them with my own. As in, instead of the smiley face for the neofriend option, I could put a cookie. I wanted to finish customizing my userlookup to enter into the lookup of the week. And plenty of people have done it who have entered the contest. TnT says it's perfectly fine. ^-^ This post has been edited by a member of staff (Spritzie) because of a violation of the forum rules. Please don't double post. If you would like to add something, use the 'Edit' button. Please check your user inbox to see if you have been contacted regarding this incident, then review our rules. Quote Link to comment Share on other sites More sharing options...
Fever Posted January 17, 2011 Share Posted January 17, 2011 Ahh. That would probably be kinda simple. That mgiht be something like this: <img src="imageURL" alt="imagetitle" /> I don't know if you have to always have the "alt=" part, but that'd be something that someone who's better at HTML coding to answer :laughingsmiley: Although I'm not sure if the > and < signs are what you use, it might be brackets... Quote Link to comment Share on other sites More sharing options...
Riahfatality Posted January 17, 2011 Author Share Posted January 17, 2011 Ahh, okay. Thanks. (: This post has been edited by a member of staff (Spritzie) because of a violation of the forum rules. Please keep your posts at 7 words or above. Please check your user inbox to see if you have been contacted regarding this incident, then review our rules. Quote Link to comment Share on other sites More sharing options...
Xepha Posted January 17, 2011 Share Posted January 17, 2011 You can do it with CSS. You need to remove the images that are already there: #userinfo .medText img {visibility: hidden;} Then you can add your own background for it. Make sure it matches the size of the box, so they fall at the right place. #userinfo .medText table table {background: url(anyimage.jpg) no-repeat;} You can do the same thing with the collection box and the shop box. Removal codes go as follows: #usercollections .medText img {visibility: hidden;} #usershop .medText img {visibility: hidden;} Quote Link to comment Share on other sites More sharing options...
Riahfatality Posted January 17, 2011 Author Share Posted January 17, 2011 Oh, yes! This is what I wanted, thank you so kindly! ^_^ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.