Jump to content

html/css question?


Riahfatality

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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...

Link to comment
Share on other sites

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;}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...