i put in the code in the about me but when i click save it doesnt work??
« Helping each other Forum
layouts not working??
7 Replies
Reply by Banks☆
posted
They altering your code slightly a minor mistake can fk with the layout if your not lazy try running the HTML in notes!
Reply by ttrinityb
posted
You might’ve coded something wrong or maybe when copying it missed something out, try copying again or put it in notes and have a look thru if u understand the coding n stuff, if not mayb try a new layout xx
Reply by ttrinityb
posted
You might’ve coded something wrong or maybe when copying it missed something out, try copying again or put it in notes and have a look thru if u understand the coding n stuff, if not mayb try a new layout xx
Reply by Monte
posted
my layouts also aren't working! And I know the coding is right because I have another account on another website (websites kinda dead+iffy on privacy which is why I'm moving here) and it works there, but for some reason when I try doing it here it only uploads the background image (just the background, not even the table background, just the very back background) I used pimp my profile, I'm just so lost haha??
Reply by MaterialFuture
posted
updated
What code? Share a pastebin so we can help.
Reply by Kuna
posted
probably you maybe made a mistake in copiyng the code, or maybe when you pasted it, you accidentaly deleted something or added something.
Reply by Karuni
posted
and they work rn after 2 years...
i use the ready layout i cant see a mistake
<!-- (c) Layout created by IcyTea (https://layouts.spacehey.com/layout?id=85239) -->
<!-- (c) Layout originally created by boybean, significantly modified by IcyTea; boybean's layouts (https://layouts.spacehey.com/layout?id=classroom)-->
<style>
body {
font-family: 'Comic Sans MS', Verdana, Arial, Helvetica, sans-serif;
background-image: var(--pdg_yourBackground);
background-size: 170px;
background-position:center;
background-attachment: fixed;
}
.container {
margin-top: 25px;
width: 900px;
margin: 65px auto;
}
:root{
--pdg_profileInfo: url(https://64.media.tumblr.com/6a1bfbaa3c0a977b1282fe0e0a3eb29b/77be03963d908f6a-ee/s540x810/684aaf232ec28f66c2532ebf08bf7cdf99321707.jpg);
--pdg_yourBackground: url(https://64.media.tumblr.com/06ef67d46f27ef56fa79b990510052cd/a6f91952846d0361-42/s540x810/a283813dd1a277ac4cc37cf2272dce9a8a6292fc.png);
}
/* hides online presence */
.online{content:url();
width: 10px;
height: 10px;
}
nav {
border: 1px solid black;
}
nav .top {
height: 72px;
background: url(https://64.media.tumblr.com/2fc814aa93ceb9008535eb326e99934e/3531254eba5f83c2-54/s1280x1920/a663f68817e295b497781174f3479a52bd3153f2.png);
}
nav .top .left .logo {
box-sizing: content-box;
border-radius: 5%;
height: 45px!important;
width: 175px!important;
bottom: 3px;
right: 5px;
position: relative!important;
}
nav .links {
background-color: #6e99c9;
font-size: 12pt;
font-weight: normal;
line-height: 2em;
text-decoration: none;
}
nav .links li:not(:last-child)::after, footer .links li:not(:last-child)::after {
color: white!important;
}
.left h1, .general-about, .mood, .contact {
border: 0 solid transparent!important;
text-align: center;
background-color: rgb(176, 196, 222);
margin-bottom: -11px!important;
}
.profile-info {
background: var(--pdg_profileInfo);
background-size: cover;
background-position: center;
box-shadow: -10px 8px 0 #0006;
color: white!important;
padding:2em 0;
}
.profile-pic, .profile-pic img {
height: 80px!important;
width: 80px!important;
position:relative;
left: 15px;
z-index: 1;
width: 500px;
background-color: rgb(176, 196, 222);
}
.profile-pic {
width: 270px!important;
}
.contact .heading {
display: none;
}
.profile .mood, .profile .contact {
position:relative;
bottom: 8px;
overflow: hidden;
}
.profile .left h1 {
border-top: 2px solid #000000!important;
border-left: 2px solid #000000!important;
border-right: 2px solid #000000!important;
}
.details {
position: relative;
padding-right: 200px;
left: 100px;
}
.general-about, .mood {
border-left: 2px solid #000000!important;
border-right: 2px solid #000000!important;
}
.contact {
border-bottom: 2px solid #000000!important;
border-left: 2px solid #000000!important;
border-right: 2px solid #000000!important;
}
.blog-preview, .blurbs{
border: 2px solid #000000;
background-color: rgb(176, 196, 222);
}
h1, h2, h3, h4 {
color: black!important;
border: 0 solid transparent!important;
}
.heading {
background-color: #cccccc!important;
border-bottom: solid 1px #000000;
color: #333333;
margin: 0 0 0 0;
text-align: center;
height: 15px;
}
.profile .table-section .heading h4 {
font-size: 0.9em;
position: relative;
top: -5px;
}
.profile .table-section {
border: solid 1px #000000;
}
.profile .friends .person a:nth-child(1)::before {
content: url(https://64.media.tumblr.com/c31dcacf27686d9d7ee2ede0e6a11045/ac6ccf8c37e1658c-cc/s75x75_c1/2f740554bf0b2778e493a6acca87901670dcbc16.png);
margin-right: 50px;
}
.details-table {
background: none;
color: blue;
}
.friends, div#comments {
border: 2px solid black;
}
div#comments {
margin-top: 15px;
}
.comment-table td:first-child, .friends td:first-child a:nth-child(1)::before{
content: url(https://64.media.tumblr.com/c31dcacf27686d9d7ee2ede0e6a11045/ac6ccf8c37e1658c-cc/s75x75_c1/2f740554bf0b2778e493a6acca87901670dcbc16.png);
}
.comments-table td,
.comments-table td:nth-last-child(2) {
background: none;
}
</style>