Okay so, I love how my current profile looks and I don't want to change it (visually). HOWEVER, whenever I go to edit it, I see [link=https://imgur.com/a/AgRYpWy]this disaster[/link].
I just want to be able to edit my pet section so I can update who has won and who is complete.
Code was an old customizable premade I got from ages ago.
SPOILER (click to toggle)
<style>
/************ premade or base code profile by Chen /
/ edits made by Death************/
/************ original base code can be found at */
/ https://subeta.net/forums.php/read/10471/-supercustomizable-premade-free-user-profile *************/
,.comment_table,.header,.block,.info_block {background-image: none; border:0px;} body {background-repeat:no-repeat;}
body {background-color: ; background-image: url(https://i.imgur.com/jWx6INu.png); background-repeat: no repeat; height: 620px; width: 541px; background-position: top-lefft; position:absolute;font-size: 11px; color:}
a {text-decoration:none!important; color:!important; } a:hover {color: !important;} b {color:;} i {color:;font-family:georgia, times new roman, serif;}
.header, {font-family: georgia, times new roman, serif; background-image:none; background-color: transparent; border-bottom:0px!important;}
img, img, img{height:64px!important; width:64px!important;}
.avatar_head {height:30px!important;} tr, tr td{margin-bottom:-10px!important;}
.textbox {text-align:right; background-color:transparent; color:; border:0px!important; height: 55px!important;} .forminput {text-align:center; background-color:transparent; border:0px!important;}
{position:absolute; left: 40px; top: 170px; width: 446px; height: 250px;overflow-y:auto !important;} .div_float, .div_float ul {overflow:hidden!important;}
::-webkit-scrollbar { width: 7px; }
::-webkit-scrollbar:horizontal { height:7px; }
::-webkit-scrollbar:vertical { width:7px; }
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px;
}
::-webkit-scrollbar { width: 12px;
}
::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.5);
}
.header {background-color:transparent; border-bottom:none; text-align:right;}
, .updated_text{position:absolute; left:900px; top:0px;} .updated_text{top:50px;}
</style>
Please help me, I'm a potato. ;.;
you're probably going to have to cut-and-paste your code to a text document, clear your profile, make the edits you want to, then re-add the code. sometimes custom profile code makes editing sections impossible (mine does), though i haven't been able to figure out why.
An easier way is to edit the profile code from this page
Then you can edit the code there, and refresh your profile to see the changes as you work on it :)
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
oh i see, not only did i misunderstand what they were trying to do, i realized the "blank edit box" issue i've been having is because the actual box where you do the editing is... like 1000 pixels off the right side of the page so i can't see it lmao. i solved it!
remove the part of the second to last line that says .updated_text so that line is only positioning . you actually don't want to change the positioning on .updated_text at all, as that shoves it off the side of the screen like what you're seeing. it seems to be part of 's base code that we're both using.