Okay so for my pet Confettii's profile I want the image to show up as the old Spectrum Kanis rather than the new one.. Can anyone help me with this? Oh and if this is in the wrong forum mods please feel free to move ^^
div.pet { width:200px; padding-top:198px; padding-bottom:0px !important; background: url(URL) no-repeat; }.pet img{display:none;}
You have the image of the old Kanis, right?

Yep I do :) Er stupid question here but which one of the links (Email & IM, Direct, html, IMG) do I use and where do I put it..? (sorry I'm completely stupid when it comes to codes)
Use the direct link and replace the URL in parenthesis in the code.

Oh xD
Thanks I'll try that.
Tried that...
div.pet { width:200px; padding-top:198px; padding-bottom:0px !important; background: url(http://i724.photobucket.com/albums/ww244/piercingx_photos/spectrum_kanis_by_fidelepng-1.jpg) no-repeat; }.pet img{display:none;}
still not working for me x_x
Piercing- Copy and paste this~ :P All codes need 'style' before it.
<style>
div.pet { width:200px; padding-top:198px; padding-bottom:0px !important; background: url(http://i724.photobucket.com/albums/ww244/piercingx_photos/spectrum_kanis_by_fidelepng-1.jpg) no-repeat; }.pet img{display:none;}
Oh xDDD Thank you so much! I've been trying to figure this out for a half hour x3
No problem, glad I could help! C:
If the image cuts off, play around with 'width' and 'padding-top' sizes~
On a related note, what is the code for a minion overlay? I've color-swapped a minion for Latios. The overlay shows up on the page, but it isn't aligned correctly.