So i paid to have this profile made years ago and i come back to subeta every now and again to occasionally play :3 However i suppose the user who has made my profile has since gone offline and the picture link where she hosted the image must be gone because the image no longer shows up. I still have the original image and i will provide the code for the profile. It is a gif image and the image is set up on http://imgur.com/1vtEvJQ If you could help me out that would be fantastic :3 i'm absolutely in love with this profile and i'd love to get it back. Most of the profile still works where when you hover over a square you get my text and stuff :3 so the only thing i think that needs to be fixed is the background?? i've tried, please help??
Profile code: <style>*{margin:0;padding:0}.block,.info_block{background:transparent;border:0;border-radius:0;-moz-border-radius:0},,{display:none}body,html{background: ([URL] [IMG][URL=http://smg.photobucket.com/user/sarahB67/media/D1030103_78580637_03985.gif.html[/IMG] ][/URL]) no-repeat scroll 0 38px;width:442px;height:650px;margin:0 auto;padding:0}body,html,div,table,td,tr,a{font-size:9px;font-family:tahoma}{position:relative;left:52px;top:122px;width:328px;height:0;padding:0;color:;font-size:0;opacity:.9;border:0;text-align:center!important} a:link, a:visited, a:active{color:;font-size:9px;font-weight:400;padding:2px;text-shadow:2px 2px 2px ;text-transform:lowercase}{position:relative;left:168px;top:166px;width:232px;height:337px;overflow-y:auto;overflow-x:hidden;background:rgba(255,255,255,.9);border-radius:7px;opacity:0;transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-webkit-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;z-index:1}:hover{opacity:1}{position:relative;left:-110px;top:525px;width:125px;height:102px;overflow:hidden;opacity:0;background:transparent;transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;z-index:0}:hover{opacity:1}.textbox{width:105px!important;height:70px!important;background:rgba(255,255,255,.9);border-radius:5px;border:1px solid ;opacity:.8}.forminput{height:40px;width:100%!important;opacity:0}textarea:focus,input:focus{outline:0}.header{height:7px;padding-left:30px;background:rgba(142,89,232,.1);color:;border-radius:9px;border-bottom:5px solid rgba(29,6,80,.1)} img, img, img, img, img{width:32px;height:32px;border:1px solid ;border-radius:5px}.avatar_head{width:45px!important;height:45px!important;border:1px solid } img{border-radius:8px}a:link,a:visited,a:hover{color:}::-webkit-scrollbar{width:9px}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(29,6,80,.2);border-radius:15px}::-webkit-scrollbar-thumb{background:rgba(169,248,248,.4);-webkit-box-shadow:inset 0 0 6px rgba(116,210,239,.4);border-radius:15px}</style>
I see here it's not showing up that great. i can always private message you the code.
for future reference, if you want to paste code on the forums or in smail, use the following:
CODE GOES HERE
as for the background, have you tried replacing the URL with the one you have?
OK I will do that thanks. Yeah I have and no picture appears.. It just kind of stays grey. When I add the imgur code the background turns black and the boxes move that you hover over. They move to the far left. Maybe I messed the code up before when trying to fix it?? Not 100%
ok, it looks like the syntax of that code is really outdated which is why it's not working anymore. i don't really have any experience with user profiles but i fiddled around a bit and this code should do the trick:
<style>
*{margin:0;padding:0}
.block,.info_block {background:transparent;border:0;border-radius:0;-moz-border-radius:0}
,, {display:none}
body,html {background-color:; background-image:url(http://i.imgur.com/1vtEvJQ.gif); background-repeat:no-repeat; width:442px; height:650px; margin:0 auto; padding:0} html {margin-top:50px!important} body,html,div,table,td,tr,a{font-size:9px;font-family:tahoma}
{position:relative;left:52px;top:105px;width:328px;height:0;padding:0;color:;font-size:0;opacity:.9;border:0;text-align:center!important} a:link, a:visited, a:active {color:;font-size:9px;font-weight:400;padding:2px;text-shadow:2px 2px 2px ;text-transform:lowercase}
{position:relative;left:168px;top:123px;width:232px;height:337px;overflow-y:auto;overflow-x:hidden;background:rgba(255,255,255,.9);border-radius:7px;opacity:0;transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-webkit-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;z-index:1} :hover {opacity:1} {position:relative;left:-110px;top:480px;width:125px;height:102px;overflow:hidden;opacity:0;background:transparent;transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;z-index:0} :hover {opacity:1}
.textbox {width:105px!important;height:70px!important;background:rgba(255,255,255,.9);border-radius:5px;border:1px solid ;opacity:.8} .forminput {height:40px;width:100%!important;opacity:0}textarea:focus,input:focus{outline:0}.header{height:7px;padding-left:30px;background:rgba(142,89,232,.1);color:;border-radius:9px;border-bottom:5px solid rgba(29,6,80,.1)}
img, img, img, img, img {width:32px;height:32px;border:1px solid ;border-radius:5px}
.avatar_head {width:45px!important;height:45px!important;border:1px solid } img {border-radius:8px}
a:link,a:visited,a:hover {color:}
::-webkit-scrollbar {width:9px} ::-webkit-scrollbar-track {-webkit-box-shadow:inset 0 0 6px rgba(29,6,80,.2);border-radius:15px} ::-webkit-scrollbar-thumb {background:rgba(169,248,248,.4);-webkit-box-shadow:inset 0 0 6px rgba(116,210,239,.4);border-radius:15px} </style>
Thanks! I used it and it's perfect again!! I missed this ^_^ I will for sure lookup "syntax" to see what's going on! Thank you! :)
you're welcome. i just mean that the way the code was originally written used to work, but doesn't anymore.
i really don't know THAT much about it, i've just sort of learned by grabbing code from other people's profiles and fiddling with it until i understood how it works, and googling things i didn't know how to do. it's really just a matter of understanding the 'language' (i.e. what each bit of code means) and then figuring out how to apply that to achieve the effect you want. :P
Haha yeah I took computer programming years ago in high school and I loved it. I wish I continued trying on my own haha. Also not knowing exactly what to search or do xD yeah.. True about those features. I'll for sure try to look those up next time as well. Good 'ol google